Shades of Deep Cerise #E24091
Tints of Deep Cerise #E24091
RGB
CMYK
RGB Variations
Color information
#E24091 (or 0xE24091) is known color: Deep Cerise. HEX triplet: E2, 40 and 91. RGB value is (226,64,145). Sum of RGB (Red+Green+Blue) = 226+64+145=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E24091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24091 is #1DBF6E. Grayscale: #797979. Windows color (decimal): -1949551 or 9519330. OLE color: 9519330.
HSL color Cylindrical-coordinate representation of color #E24091: hue angle of 330º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24091 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 145 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.11 |
| HSL | 330º | 0.74% | 0.57% | - |
| HSV(B) | 330º | 0.72% | 0.89% | - |
| XYZ | 38.31 | 21.88 | 28.99 | - |
| YUV | 121.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 145 | 0 | 0.72 | 0.36 | 0.11 | 330 | 0.74 | 0.57 |
| Hex | E2 | 40 | 91 | 0 | 48 | 24 | B | 14A | 4A | 39 |
| Octal | 342 | 100 | 221 | 0 | 110 | 44 | 13 | 512 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10010001 | 0 | 1001000 | 100100 | 1011 | 101001010 | 1001010 | 111001 |
Color Harmonies of #E24091
Complementary color
Monochromatic Colors of #E24091
Black with #E24091
Text Example
Text Example
White with #E24091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24091; }
p { color: rgb(226,64,145); }
H1.HeaderClassName
{
color: #E24091;
}
.AnyTagClassName
{
color: #E24091;
}
</style>
background-color css
<style>
a { background-color: #E24091; }
a { background-color: rgb(226,64,145); }
div.DivClassName
{
background-color: #E24091;
}
.BgClassName
{
background-color: #E24091;
}
</style>
border-color css
<style>
span { border-color: #E24091; }
span { border-color: rgb(226,64,145); }
td.TdClassName
{
border-color: #E24091;
}
.TagClassName
{
border-color: #E24091;
}
</style>