#E23A7C
A medium, vivid magenta closely aligning with Hotpink.
About #E23A7C
At its core, #E23A7C is a medium and vivid hue. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(226, 58, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 74% M, 45% Y, and 11% K. The HSL representation is 336.4° hue, 74.3% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23A7C
RGB226, 58, 124
HSL336.4°, 74.3%, 55.7%
CMYK0%, 74%, 45%, 11%
HSV336.4°, 74.3%, 88.6%
LAB52.6, 67.9, 2.4
XYZ36.5, 20.7, 21.1
Decimal14826108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A7C;
}
.text-color {
color: #E23A7C;
}
.border-color {
border: 2px solid #E23A7C;
}