#E662D0
A light, vivid magenta closely aligning with Orchid.
About #E662D0
Visually, #E662D0 is defined as a vivid magenta. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(230, 98, 208).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 57% Magenta, 10% Yellow, and 10% Black. With a hue angle of 310.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E662D0
RGB230, 98, 208
HSL310.0°, 72.5%, 64.3%
CMYK0%, 57%, 10%, 10%
HSV310.0°, 57.4%, 90.2%
LAB61.8, 64.1, -32.5
XYZ48.4, 30.1, 62.9
Decimal15098576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E662D0;
}
.text-color {
color: #E662D0;
}
.border-color {
border: 2px solid #E662D0;
}