#E9508A
A light, vivid magenta closely aligning with Hotpink.
About #E9508A
The hex code #E9508A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. Its digital footprint relies on 233 parts red, 80 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 66% magenta, 41% yellow, and 9% black. The HSL representation is 337.3° hue, 77.7% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9508A
RGB233, 80, 138
HSL337.3°, 77.7%, 61.4%
CMYK0%, 66%, 41%, 9%
HSV337.3°, 65.7%, 91.4%
LAB57.0, 63.4, 0.7
XYZ41.1, 24.9, 26.7
Decimal15290506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.98:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9508A;
}
.text-color {
color: #E9508A;
}
.border-color {
border: 2px solid #E9508A;
}