Price:
₹80,126 - ₹70,990.00(as of Jan 16,2023 21:47:49 UTC – Details )
HP Pavilion x360,12th Gen Intel Core i5-1235U 8GB RAM/512GB SSD 14-inch(35.6 cm) Micro-Edge FHD Multitouch-Enabled Laptop/Intel Iris Xe Graphics/Backlit KB/B&O/Win 11/MSO 2021/1.41 Kg, 14-ek0084TU
Processor: Intel Core i5-1235U (up to 4.4 GHz with Intel Turbo Boost Technology(2g), 12 MB L3 cache, 10 cores, 12 threads)|Memory: 8 GB DDR4-3200 MHz RAM (onboard)| Storage: 512 GB PCIe NVMe M.2 SSD
Display & Graphics: 35.6 cm (14″) diagonal, FHD, multitouch-enabled,edge-to-edge glass, micro-edge, 250 nits 157 ppi, 45%NTSC, 1920 x 1080 |Graphics: Intel Iris Xe Graphics HP Support
Operating System & Preinstalled Software: Windows 11 Home 64 Plus Single Language | Microsoft Office Home & Student 2021| McAfee LiveSafe (30 days free trial as default) |Pre-installed Alexa built-in- Your life simplified with Alexa. Just ask Alexa to check your calendar, create to-do lists, shopping lists, play music, set reminders, get latest news and control smart home.
Ports: 2 SuperSpeed USB Type-C 10Gbps signaling rate(USB Power Delivery, DisplayPort 1.4, HP Sleep and Charge), 2 SuperSpeed USB Type-A 5Gbps signaling rate, 1 headphone/microphone combo, 1 AC smart pin, 1 HDMI 2.1
Complete Details of HP Pavilion x360,12th Gen Intel Core i5-1235U 8GB RAM/512GB SSD 14-inch(35.6 cm) Micro-Edge FHD Multitouch-Enabled Laptop/Intel Iris Xe Graphics/Backlit KB/B&O/Win 11/MSO 2021/1.41 Kg, 14-ek0084TU
Brand
HP
Manufacturer
HP, HP India Sales Pvt. Ltd.
Model
14-ek0084TU
Model Name
14-ek0084TU
Model Year
2022
Product Dimensions
32.5 x 21.6 x 1.7 cm; 1.41 Kilograms
Batteries
1 Lithium Ion batteries required. (included)
Item model number
14-ek0084TU
Flash Memory Installed Size
512 GB
Ram Memory Installed Size
8 GB
Ram Memory Technology
DDR4
Hard Drive Interface
Solid State
Hard Disk Description
SSD
Operating System
Windows 11 Home
Processor Brand
Intel
Processor Speed
4.4 GHz
Processor Type
Intel Core i5
Processor Count
1
Processor Model Number
1235U
Graphics Card Description
Integrated
Graphics Card Interface
Integrated
Graphics Coprocessor
Intel Iris Xe Graphics
Resolution
1080p
Special Features
Mult-touch Enabled, Full HD
Mounting Hardware
Laptop, Power Adapter
Number Of Items
1
Software Included
Microsoft Office 365, Internet Security
Standing screen display size
14 Inches
Display Type
OLED
Resolution
1920 X 1080 (FHD) Pixels
Audio Details
Headphones, Speakers
Battery Average Life
10.15 Hours
Batteries Included
Yes
Batteries Required
Yes
Battery Cell Composition
Lithium Ion
Total Usb Ports
4
Connector Type
Bluetooth, Wi-Fi, USB, HDMI
Device interface – primary
Microphone, Keyboard
Form Factor
Laptop
Manufacturer
HP
Country of Origin
China
Item Weight
1 kg 410 g
ASIN
B0B58TQVB5
Customer Reviews
3.9 out of 5 stars
Best Sellers Rank
#31,823 in Electronics (See Top 100 in Electronics ) #420 in Traditional Laptops
Date First Available
28 June 2022
Packer
HP India Sales Pvt. Ltd.
Importer
HP India Sales Pvt. Ltd.
Item Dimensions LxWxH
32.5 x 21.6 x 1.7 Centimeters
Net Quantity
1 Unit
Generic Name
Laptop
Please
sign in to provide feedback.
n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘
‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?://)?(([a-z0-9-]|%[A-F0-9]{2})+.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(/[a-z0-9;:,~!+#@&=%/$.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+.?[0-9]*)$|^([0-9]*.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar
);
}
});
Table of HP Pavilion x360,12th Gen Intel Core i5-1235U 8GB RAM/512GB SSD 14-inch(35.6 cm) Micro-Edge FHD Multitouch-Enabled Laptop/Intel Iris Xe Graphics/Backlit KB/B&O/Win 11/MSO 2021/1.41 Kg, 14-ek0084TU
Name HP Pavilion x360,12th Gen Intel Core i5-1235U 8GB RAM/512GB SSD 14-inch(35.6 cm) Micro-Edge FHD Multitouch-Enabled Laptop/Intel Iris Xe Graphics/Backlit KB/B&O/Win 11/MSO 2021/1.41 Kg, 14-ek0084TU ASIN Number B0B58TQVB5 Product Brand Author Buy From here Buy Now
Hashtags of HP Pavilion x360,12th Gen Intel Core i5-1235U 8GB RAM/512GB SSD 14-inch(35.6 cm) Micro-Edge FHD Multitouch-Enabled Laptop/Intel Iris Xe Graphics/Backlit KB/B&O/Win 11/MSO 2021/1.41 Kg, 14-ek0084TU
#Pavilion #x36012th #Gen #Intel #Core #i51235U #8GB #RAM512GB #SSD #14inch35.6 #MicroEdge #FHD #MultitouchEnabled #LaptopIntel #Iris #GraphicsBacklit #KBBOWin #11MSO #14ek0084TU
Learn More
There are no reviews yet.