#E242AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E242AF
Visually, #E242AF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 226 parts red, 66 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 71% Magenta, 23% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E242AF
RGB226, 66, 175
HSL319.1°, 73.4%, 57.3%
CMYK0%, 71%, 23%, 11%
HSV319.1°, 70.8%, 88.6%
LAB55.2, 70.9, -23.8
XYZ41.1, 23.2, 42.9
Decimal14828207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E242AF;
}
.text-color {
color: #E242AF;
}
.border-color {
border: 2px solid #E242AF;
}