#E942AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E942AF
At its core, #E942AF is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(233, 66, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 72% Magenta, 25% Yellow, and 9% Black. With a hue angle of 320.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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E942AF
RGB233, 66, 175
HSL320.8°, 79.1%, 58.6%
CMYK0%, 72%, 25%, 9%
HSV320.8°, 71.7%, 91.4%
LAB56.4, 72.6, -21.9
XYZ43.3, 24.3, 43.0
Decimal15286959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E942AF;
}
.text-color {
color: #E942AF;
}
.border-color {
border: 2px solid #E942AF;
}