Shades of Deep Cerise #E0408F
Tints of Deep Cerise #E0408F
RGB
CMYK
RGB Variations
Color information
#E0408F (or 0xE0408F) is known color: Deep Cerise. HEX triplet: E0, 40 and 8F. RGB value is (224,64,143). Sum of RGB (Red+Green+Blue) = 224+64+143=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0408F is #1FBF70. Grayscale: #787878. Windows color (decimal): -2080625 or 9388256. OLE color: 9388256.
HSL color Cylindrical-coordinate representation of color #E0408F: hue angle of 330.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0408F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 143 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.12 |
| HSL | 330.38º | 0.72% | 0.56% | - |
| HSV(B) | 330.38º | 0.71% | 0.88% | - |
| XYZ | 37.53 | 21.5 | 28.16 | - |
| YUV | 120.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 143 | 0 | 0.71 | 0.36 | 0.12 | 330.38 | 0.72 | 0.56 |
| Hex | E0 | 40 | 8F | 0 | 47 | 24 | C | 14A | 48 | 38 |
| Octal | 340 | 100 | 217 | 0 | 107 | 44 | 14 | 512 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10001111 | 0 | 1000111 | 100100 | 1100 | 101001010 | 1001000 | 111000 |
Color Harmonies of #E0408F
Complementary color
Monochromatic Colors of #E0408F
Black with #E0408F
Text Example
Text Example
White with #E0408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0408F; }
p { color: rgb(224,64,143); }
H1.HeaderClassName
{
color: #E0408F;
}
.AnyTagClassName
{
color: #E0408F;
}
</style>
background-color css
<style>
a { background-color: #E0408F; }
a { background-color: rgb(224,64,143); }
div.DivClassName
{
background-color: #E0408F;
}
.BgClassName
{
background-color: #E0408F;
}
</style>
border-color css
<style>
span { border-color: #E0408F; }
span { border-color: rgb(224,64,143); }
td.TdClassName
{
border-color: #E0408F;
}
.TagClassName
{
border-color: #E0408F;
}
</style>