Shades of Deep Cerise #E1408C
Tints of Deep Cerise #E1408C
RGB
CMYK
RGB Variations
Color information
#E1408C (or 0xE1408C) is known color: Deep Cerise. HEX triplet: E1, 40 and 8C. RGB value is (225,64,140). Sum of RGB (Red+Green+Blue) = 225+64+140=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1408C is #1EBF73. Grayscale: #787878. Windows color (decimal): -2015092 or 9191649. OLE color: 9191649.
HSL color Cylindrical-coordinate representation of color #E1408C: hue angle of 331.68º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1408C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 140 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.12 |
| HSL | 331.68º | 0.73% | 0.57% | - |
| HSV(B) | 331.68º | 0.72% | 0.88% | - |
| XYZ | 37.62 | 21.57 | 26.99 | - |
| YUV | 120.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 140 | 0 | 0.72 | 0.38 | 0.12 | 331.68 | 0.73 | 0.57 |
| Hex | E1 | 40 | 8C | 0 | 48 | 26 | C | 14C | 49 | 39 |
| Octal | 341 | 100 | 214 | 0 | 110 | 46 | 14 | 514 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10001100 | 0 | 1001000 | 100110 | 1100 | 101001100 | 1001001 | 111001 |
Color Harmonies of #E1408C
Complementary color
Monochromatic Colors of #E1408C
Black with #E1408C
Text Example
Text Example
White with #E1408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1408C; }
p { color: rgb(225,64,140); }
H1.HeaderClassName
{
color: #E1408C;
}
.AnyTagClassName
{
color: #E1408C;
}
</style>
background-color css
<style>
a { background-color: #E1408C; }
a { background-color: rgb(225,64,140); }
div.DivClassName
{
background-color: #E1408C;
}
.BgClassName
{
background-color: #E1408C;
}
</style>
border-color css
<style>
span { border-color: #E1408C; }
span { border-color: rgb(225,64,140); }
td.TdClassName
{
border-color: #E1408C;
}
.TagClassName
{
border-color: #E1408C;
}
</style>