Was ist die PX zu EM Konvertierung?
Die Konvertierung von <strong>PX</strong> zu <strong>EM</strong> ist eine häufige Aufgabe in der Webentwicklung. Convert pixel values to EM units based on parent element font size.
Wie die Konvertierung funktioniert
Die Pixel-zu-EM-Umrechnung teilt den Pixelwert durch die Schriftgröße des Elternelements (üblicherweise 16px). Beispiel: 24px ÷ 16 = 1.5em. Im Gegensatz zu REM, das sich auf das Root-Element bezieht, ist EM relativ zum Elternelement.
Common PX to EM Conversions
- 12px = 0.75em — small/caption text
- 14px = 0.875em — compact body text
- 16px = 1em — parent font size
- 20px = 1.25em — slightly larger text
- 24px = 1.5em — subheadings
- 32px = 2em — headings
Why Use This Converter?
- Instant results — paste a value and get the converted output immediately.
- Copy-ready CSS — one-click copy with properly formatted syntax.
- Shareable URLs — pre-fill values via URL for easy team sharing.
- No installation — works in any browser, on any device.