#E224CC
A medium, vivid magenta closely aligning with Mediumorchid.
About #E224CC
At its core, #E224CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(226, 36, 204).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 84% magenta inks. With a hue angle of 306.9 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E224CC
RGB226, 36, 204
HSL306.9°, 76.6%, 51.4%
CMYK0%, 84%, 10%, 11%
HSV306.9°, 84.1%, 88.6%
LAB53.8, 82.6, -42.8
XYZ42.9, 21.8, 59.1
Decimal14820556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E224CC;
}
.text-color {
color: #E224CC;
}
.border-color {
border: 2px solid #E224CC;
}