Shades of Deep Cerise #E5408C
Tints of Deep Cerise #E5408C
RGB
CMYK
RGB Variations
Color information
#E5408C (or 0xE5408C) is known color: Deep Cerise. HEX triplet: E5, 40 and 8C. RGB value is (229,64,140). Sum of RGB (Red+Green+Blue) = 229+64+140=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5408C is #1ABF73. Grayscale: #797979. Windows color (decimal): -1752948 or 9191653. OLE color: 9191653.
HSL color Cylindrical-coordinate representation of color #E5408C: hue angle of 332.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5408C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 140 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.10 |
| HSL | 332.36º | 0.76% | 0.57% | - |
| HSV(B) | 332.36º | 0.72% | 0.9% | - |
| XYZ | 38.88 | 22.22 | 27.05 | - |
| YUV | 122 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 140 | 0 | 0.72 | 0.39 | 0.10 | 332.36 | 0.76 | 0.57 |
| Hex | E5 | 40 | 8C | 0 | 48 | 27 | A | 14C | 4C | 39 |
| Octal | 345 | 100 | 214 | 0 | 110 | 47 | 12 | 514 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10001100 | 0 | 1001000 | 100111 | 1010 | 101001100 | 1001100 | 111001 |
Color Harmonies of #E5408C
Complementary color
Monochromatic Colors of #E5408C
Black with #E5408C
Text Example
Text Example
White with #E5408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5408C; }
p { color: rgb(229,64,140); }
H1.HeaderClassName
{
color: #E5408C;
}
.AnyTagClassName
{
color: #E5408C;
}
</style>
background-color css
<style>
a { background-color: #E5408C; }
a { background-color: rgb(229,64,140); }
div.DivClassName
{
background-color: #E5408C;
}
.BgClassName
{
background-color: #E5408C;
}
</style>
border-color css
<style>
span { border-color: #E5408C; }
span { border-color: rgb(229,64,140); }
td.TdClassName
{
border-color: #E5408C;
}
.TagClassName
{
border-color: #E5408C;
}
</style>