#E91D5F
A medium, vivid magenta closely aligning with Crimson.
About #E91D5F
Visually, #E91D5F is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 233 red, 29 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 88% M, 59% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E91D5F
RGB233, 29, 95
HSL340.6°, 82.3%, 51.4%
CMYK0%, 88%, 59%, 9%
HSV340.6°, 87.6%, 91.4%
LAB50.7, 74.5, 17.6
XYZ36.1, 19.0, 12.6
Decimal15277407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D5F;
}
.text-color {
color: #E91D5F;
}
.border-color {
border: 2px solid #E91D5F;
}