Shades of Deep Cerise #E5408A
Tints of Deep Cerise #E5408A
RGB
CMYK
RGB Variations
Color information
#E5408A (or 0xE5408A) is known color: Deep Cerise. HEX triplet: E5, 40 and 8A. RGB value is (229,64,138). Sum of RGB (Red+Green+Blue) = 229+64+138=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5408A is #1ABF75. Grayscale: #797979. Windows color (decimal): -1752950 or 9060581. OLE color: 9060581.
HSL color Cylindrical-coordinate representation of color #E5408A: hue angle of 333.09º 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 #E5408A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 138 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.10 |
| HSL | 333.09º | 0.76% | 0.57% | - |
| HSV(B) | 333.09º | 0.72% | 0.9% | - |
| XYZ | 38.73 | 22.16 | 26.28 | - |
| YUV | 121.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 138 | 0 | 0.72 | 0.40 | 0.10 | 333.09 | 0.76 | 0.57 |
| Hex | E5 | 40 | 8A | 0 | 48 | 28 | A | 14D | 4C | 39 |
| Octal | 345 | 100 | 212 | 0 | 110 | 50 | 12 | 515 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10001010 | 0 | 1001000 | 101000 | 1010 | 101001101 | 1001100 | 111001 |
Color Harmonies of #E5408A
Complementary color
Monochromatic Colors of #E5408A
Black with #E5408A
Text Example
Text Example
White with #E5408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5408A; }
p { color: rgb(229,64,138); }
H1.HeaderClassName
{
color: #E5408A;
}
.AnyTagClassName
{
color: #E5408A;
}
</style>
background-color css
<style>
a { background-color: #E5408A; }
a { background-color: rgb(229,64,138); }
div.DivClassName
{
background-color: #E5408A;
}
.BgClassName
{
background-color: #E5408A;
}
</style>
border-color css
<style>
span { border-color: #E5408A; }
span { border-color: rgb(229,64,138); }
td.TdClassName
{
border-color: #E5408A;
}
.TagClassName
{
border-color: #E5408A;
}
</style>