#E25799
A light, vivid magenta closely aligning with Hotpink.
About #E25799
The hex code #E25799 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 87, and 153.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 62% M, 32% Y, and 11% K. The HSL representation is 331.5° hue, 70.6% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E25799
RGB226, 87, 153
HSL331.5°, 70.6%, 61.4%
CMYK0%, 62%, 32%, 11%
HSV331.5°, 61.5%, 88.6%
LAB57.4, 60.1, -7.7
XYZ40.5, 25.3, 32.9
Decimal14833561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25799;
}
.text-color {
color: #E25799;
}
.border-color {
border: 2px solid #E25799;
}