Shades of Deep Cerise #E2408C
Tints of Deep Cerise #E2408C
RGB
CMYK
RGB Variations
Color information
#E2408C (or 0xE2408C) is known color: Deep Cerise. HEX triplet: E2, 40 and 8C. RGB value is (226,64,140). Sum of RGB (Red+Green+Blue) = 226+64+140=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2408C is #1DBF73. Grayscale: #787878. Windows color (decimal): -1949556 or 9191650. OLE color: 9191650.
HSL color Cylindrical-coordinate representation of color #E2408C: hue angle of 331.85º 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 #E2408C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 140 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.11 |
| HSL | 331.85º | 0.74% | 0.57% | - |
| HSV(B) | 331.85º | 0.72% | 0.89% | - |
| XYZ | 37.93 | 21.73 | 27.01 | - |
| YUV | 121.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 140 | 0 | 0.72 | 0.38 | 0.11 | 331.85 | 0.74 | 0.57 |
| Hex | E2 | 40 | 8C | 0 | 48 | 26 | B | 14C | 4A | 39 |
| Octal | 342 | 100 | 214 | 0 | 110 | 46 | 13 | 514 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10001100 | 0 | 1001000 | 100110 | 1011 | 101001100 | 1001010 | 111001 |
Color Harmonies of #E2408C
Complementary color
Monochromatic Colors of #E2408C
Black with #E2408C
Text Example
Text Example
White with #E2408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2408C; }
p { color: rgb(226,64,140); }
H1.HeaderClassName
{
color: #E2408C;
}
.AnyTagClassName
{
color: #E2408C;
}
</style>
background-color css
<style>
a { background-color: #E2408C; }
a { background-color: rgb(226,64,140); }
div.DivClassName
{
background-color: #E2408C;
}
.BgClassName
{
background-color: #E2408C;
}
</style>
border-color css
<style>
span { border-color: #E2408C; }
span { border-color: rgb(226,64,140); }
td.TdClassName
{
border-color: #E2408C;
}
.TagClassName
{
border-color: #E2408C;
}
</style>