Shades of Deep Cerise #E92A91
Tints of Deep Cerise #E92A91
RGB
CMYK
RGB Variations
Color information
#E92A91 (or 0xE92A91) is known color: Deep Cerise. HEX triplet: E9, 2A and 91. RGB value is (233,42,145). Sum of RGB (Red+Green+Blue) = 233+42+145=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A91 is #16D56E. Grayscale: #6E6E6E. Windows color (decimal): -1496431 or 9513705. OLE color: 9513705.
HSL color Cylindrical-coordinate representation of color #E92A91: hue angle of 327.64º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A91 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 145 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.09 |
| HSL | 327.64º | 0.81% | 0.54% | - |
| HSV(B) | 327.64º | 0.82% | 0.91% | - |
| XYZ | 39.54 | 21.02 | 28.76 | - |
| YUV | 110.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 145 | 0 | 0.82 | 0.38 | 0.09 | 327.64 | 0.81 | 0.54 |
| Hex | E9 | 2A | 91 | 0 | 52 | 26 | 9 | 148 | 51 | 36 |
| Octal | 351 | 52 | 221 | 0 | 122 | 46 | 11 | 510 | 121 | 66 |
| Binary | 11101001 | 101010 | 10010001 | 0 | 1010010 | 100110 | 1001 | 101001000 | 1010001 | 110110 |
Color Harmonies of #E92A91
Complementary color
Monochromatic Colors of #E92A91
Black with #E92A91
Text Example
Text Example
White with #E92A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A91; }
p { color: rgb(233,42,145); }
H1.HeaderClassName
{
color: #E92A91;
}
.AnyTagClassName
{
color: #E92A91;
}
</style>
background-color css
<style>
a { background-color: #E92A91; }
a { background-color: rgb(233,42,145); }
div.DivClassName
{
background-color: #E92A91;
}
.BgClassName
{
background-color: #E92A91;
}
</style>
border-color css
<style>
span { border-color: #E92A91; }
span { border-color: rgb(233,42,145); }
td.TdClassName
{
border-color: #E92A91;
}
.TagClassName
{
border-color: #E92A91;
}
</style>