Apple · phone · 2025
iPhone 16e screen size
February 2025 replacement for the iPhone SE, pairing the A18 chip with the iPhone 14's 6.1-inch notched OLED. It revives the 390x844 viewport at 3x — and unlike every other current iPhone it has a notch instead of the Dynamic Island, so safe-area insets differ from the 16 family.
- CSS viewport
- 390 × 844
- Physical pixels
- 1170 × 2532
- Pixel ratio
- 3x
- PPI
- 460
- Screen size
- 6.1"
Media queries
Target this device (portrait)
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 390px) {
/* styles */
}Viewport width and down
@media (max-width: 390px) {
/* styles */
}