#E9498A
A light, vivid magenta closely aligning with Hotpink.
About #E9498A
At its core, #E9498A is a light and vivid hue. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 73, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 69% magenta, 41% yellow, and 9% black. The HSL representation is 335.6° hue, 78.4% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9498A
RGB233, 73, 138
HSL335.6°, 78.4%, 60.0%
CMYK0%, 69%, 41%, 9%
HSV335.6°, 68.7%, 91.4%
LAB56.0, 66.1, -0.8
XYZ40.6, 23.9, 26.5
Decimal15288714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9498A;
}
.text-color {
color: #E9498A;
}
.border-color {
border: 2px solid #E9498A;
}