#E933C5
A medium, vivid magenta closely aligning with Mediumorchid.
About #E933C5
At its core, #E933C5 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 233, 51, and 197.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 78% Magenta, 15% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E933C5
RGB233, 51, 197
HSL311.9°, 80.5%, 55.7%
CMYK0%, 78%, 15%, 9%
HSV311.9°, 78.1%, 91.4%
LAB55.8, 79.8, -35.5
XYZ44.9, 23.7, 55.0
Decimal15283141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E933C5;
}
.text-color {
color: #E933C5;
}
.border-color {
border: 2px solid #E933C5;
}