#E900C5
A medium, vivid magenta closely aligning with Fuchsia.
About #E900C5
When working with digital screens, the color #E900C5 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(233, 0, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 15% Y, and 9% K. 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E900C5
RGB233, 0, 197
HSL309.3°, 100.0%, 45.7%
CMYK0%, 100%, 15%, 9%
HSV309.3°, 100.0%, 91.4%
LAB53.3, 87.0, -39.4
XYZ43.7, 21.4, 54.6
Decimal15270085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E900C5;
}
.text-color {
color: #E900C5;
}
.border-color {
border: 2px solid #E900C5;
}