#E92C5F
A medium, vivid magenta closely aligning with Crimson.
About #E92C5F
When working with digital screens, the color #E92C5F is rendered by mixing light. Designers often compare it to the standard color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 44, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 81% Magenta, 59% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#E92C5F
RGB233, 44, 95
HSL343.8°, 81.1%, 54.3%
CMYK0%, 81%, 59%, 9%
HSV343.8°, 81.1%, 91.4%
LAB51.8, 71.5, 19.0
XYZ36.6, 20.0, 12.7
Decimal15281247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92C5F;
}
.text-color {
color: #E92C5F;
}
.border-color {
border: 2px solid #E92C5F;
}