#E942A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E942A8
The hex code #E942A8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(233, 66, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 72% Magenta, 28% Yellow, and 9% Black. With a hue angle of 323.4 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#E942A8
RGB233, 66, 168
HSL323.4°, 79.1%, 58.6%
CMYK0%, 72%, 28%, 9%
HSV323.4°, 71.7%, 91.4%
LAB56.1, 71.8, -18.2
XYZ42.6, 24.0, 39.4
Decimal15286952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E942A8;
}
.text-color {
color: #E942A8;
}
.border-color {
border: 2px solid #E942A8;
}