#E93AC5
A medium, vivid magenta closely aligning with Mediumorchid.
About #E93AC5
At its core, #E93AC5 is a medium and vivid hue. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(233, 58, 197).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 75% magenta, 15% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E93AC5
RGB233, 58, 197
HSL312.3°, 79.9%, 57.1%
CMYK0%, 75%, 15%, 9%
HSV312.3°, 75.1%, 91.4%
LAB56.5, 77.9, -34.5
XYZ45.2, 24.4, 55.1
Decimal15284933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E93AC5;
}
.text-color {
color: #E93AC5;
}
.border-color {
border: 2px solid #E93AC5;
}