#E23399
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E23399
Visually, #E23399 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 226 red, 51 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 32% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E23399
RGB226, 51, 153
HSL325.0°, 75.1%, 54.3%
CMYK0%, 77%, 32%, 11%
HSV325.0°, 77.4%, 88.6%
LAB52.8, 72.9, -14.6
XYZ38.3, 20.8, 32.1
Decimal14824345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23399;
}
.text-color {
color: #E23399;
}
.border-color {
border: 2px solid #E23399;
}