Shades of Deep Cerise #E24196
Tints of Deep Cerise #E24196
RGB
CMYK
RGB Variations
Color information
#E24196 (or 0xE24196) is known color: Deep Cerise. HEX triplet: E2, 41 and 96. RGB value is (226,65,150). Sum of RGB (Red+Green+Blue) = 226+65+150=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E24196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24196 is #1DBE69. Grayscale: #7A7A7A. Windows color (decimal): -1949290 or 9847266. OLE color: 9847266.
HSL color Cylindrical-coordinate representation of color #E24196: hue angle of 328.32º degrees, saturation: 0.74, 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 #E24196 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 150 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.11 |
| HSL | 328.32º | 0.74% | 0.57% | - |
| HSV(B) | 328.32º | 0.71% | 0.89% | - |
| XYZ | 38.76 | 22.15 | 31.09 | - |
| YUV | 122.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 150 | 0 | 0.71 | 0.34 | 0.11 | 328.32 | 0.74 | 0.57 |
| Hex | E2 | 41 | 96 | 0 | 47 | 22 | B | 148 | 4A | 39 |
| Octal | 342 | 101 | 226 | 0 | 107 | 42 | 13 | 510 | 112 | 71 |
| Binary | 11100010 | 1000001 | 10010110 | 0 | 1000111 | 100010 | 1011 | 101001000 | 1001010 | 111001 |
Color Harmonies of #E24196
Complementary color
Monochromatic Colors of #E24196
Black with #E24196
Text Example
Text Example
White with #E24196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24196; }
p { color: rgb(226,65,150); }
H1.HeaderClassName
{
color: #E24196;
}
.AnyTagClassName
{
color: #E24196;
}
</style>
background-color css
<style>
a { background-color: #E24196; }
a { background-color: rgb(226,65,150); }
div.DivClassName
{
background-color: #E24196;
}
.BgClassName
{
background-color: #E24196;
}
</style>
border-color css
<style>
span { border-color: #E24196; }
span { border-color: rgb(226,65,150); }
td.TdClassName
{
border-color: #E24196;
}
.TagClassName
{
border-color: #E24196;
}
</style>