#E23A6D
A medium, vivid magenta closely aligning with Crimson.
About #E23A6D
The hex code #E23A6D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 226 red, 58 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 74% M, 52% Y, and 11% K. With a hue angle of 341.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23A6D
RGB226, 58, 109
HSL341.8°, 74.3%, 55.7%
CMYK0%, 74%, 52%, 11%
HSV341.8°, 74.3%, 88.6%
LAB52.2, 66.7, 10.9
XYZ35.6, 20.3, 16.5
Decimal14826093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A6D;
}
.text-color {
color: #E23A6D;
}
.border-color {
border: 2px solid #E23A6D;
}