Shades of Deep Cerise #E24296
Tints of Deep Cerise #E24296
RGB
CMYK
RGB Variations
Color information
#E24296 (or 0xE24296) is known color: Deep Cerise. HEX triplet: E2, 42 and 96. RGB value is (226,66,150). Sum of RGB (Red+Green+Blue) = 226+66+150=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E24296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24296 is #1DBD69. Grayscale: #7B7B7B. Windows color (decimal): -1949034 or 9847522. OLE color: 9847522.
HSL color Cylindrical-coordinate representation of color #E24296: hue angle of 328.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24296 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 150 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.11 |
| HSL | 328.5º | 0.73% | 0.57% | - |
| HSV(B) | 328.5º | 0.71% | 0.89% | - |
| XYZ | 38.82 | 22.27 | 31.11 | - |
| YUV | 123.42 | 143.01 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 150 | 0 | 0.71 | 0.34 | 0.11 | 328.5 | 0.73 | 0.57 |
| Hex | E2 | 42 | 96 | 0 | 47 | 22 | B | 148 | 49 | 39 |
| Octal | 342 | 102 | 226 | 0 | 107 | 42 | 13 | 510 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10010110 | 0 | 1000111 | 100010 | 1011 | 101001000 | 1001001 | 111001 |
Color Harmonies of #E24296
Complementary color
Monochromatic Colors of #E24296
Black with #E24296
Text Example
Text Example
White with #E24296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24296; }
p { color: rgb(226,66,150); }
H1.HeaderClassName
{
color: #E24296;
}
.AnyTagClassName
{
color: #E24296;
}
</style>
background-color css
<style>
a { background-color: #E24296; }
a { background-color: rgb(226,66,150); }
div.DivClassName
{
background-color: #E24296;
}
.BgClassName
{
background-color: #E24296;
}
</style>
border-color css
<style>
span { border-color: #E24296; }
span { border-color: rgb(226,66,150); }
td.TdClassName
{
border-color: #E24296;
}
.TagClassName
{
border-color: #E24296;
}
</style>