#E23392
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E23392
The hex code #E23392 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(226, 51, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 77% Magenta, 35% Yellow, and 11% Black. With a hue angle of 327.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E23392
RGB226, 51, 146
HSL327.4°, 75.1%, 54.3%
CMYK0%, 77%, 35%, 11%
HSV327.4°, 77.4%, 88.6%
LAB52.5, 72.1, -10.8
XYZ37.7, 20.6, 29.2
Decimal14824338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23392;
}
.text-color {
color: #E23392;
}
.border-color {
border: 2px solid #E23392;
}