#E22CCC
A medium, vivid magenta closely aligning with Mediumorchid.
About #E22CCC
At its core, #E22CCC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 44, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 81% Magenta, 10% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E22CCC
RGB226, 44, 204
HSL307.3°, 75.8%, 52.9%
CMYK0%, 81%, 10%, 11%
HSV307.3°, 80.5%, 88.6%
LAB54.4, 81.0, -41.9
XYZ43.2, 22.3, 59.2
Decimal14822604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E22CCC;
}
.text-color {
color: #E22CCC;
}
.border-color {
border: 2px solid #E22CCC;
}