#E24283
A medium, vivid magenta closely aligning with Hotpink.
About #E24283
The hex code #E24283 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(226, 66, 131).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 71% M, 42% Y, and 11% K. The HSL representation is 335.6° hue, 73.4% saturation, and 57.3% 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#E24283
RGB226, 66, 131
HSL335.6°, 73.4%, 57.3%
CMYK0%, 71%, 42%, 11%
HSV335.6°, 70.8%, 88.6%
LAB53.7, 65.9, -0.1
XYZ37.4, 21.7, 23.7
Decimal14828163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E24283;
}
.text-color {
color: #E24283;
}
.border-color {
border: 2px solid #E24283;
}