#E249CC
A medium, vivid magenta closely aligning with Mediumorchid.
About #E249CC
At its core, #E249CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 226 red, 73 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. With a hue angle of 308.6 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E249CC
RGB226, 73, 204
HSL308.6°, 72.5%, 58.6%
CMYK0%, 68%, 10%, 11%
HSV308.6°, 67.7%, 88.6%
LAB57.4, 72.5, -37.2
XYZ44.6, 25.3, 59.7
Decimal14830028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249CC;
}
.text-color {
color: #E249CC;
}
.border-color {
border: 2px solid #E249CC;
}