Shades of Deep Cerise #E0409A
Tints of Deep Cerise #E0409A
RGB
CMYK
RGB Variations
Color information
#E0409A (or 0xE0409A) is known color: Deep Cerise. HEX triplet: E0, 40 and 9A. RGB value is (224,64,154). Sum of RGB (Red+Green+Blue) = 224+64+154=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0409A is #1FBF65. Grayscale: #797979. Windows color (decimal): -2080614 or 10109152. OLE color: 10109152.
HSL color Cylindrical-coordinate representation of color #E0409A: hue angle of 326.25º 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 #E0409A is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 154 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.12 |
| HSL | 326.25º | 0.72% | 0.56% | - |
| HSV(B) | 326.25º | 0.71% | 0.88% | - |
| XYZ | 38.41 | 21.85 | 32.76 | - |
| YUV | 122.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 154 | 0 | 0.71 | 0.31 | 0.12 | 326.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | 9A | 0 | 47 | 1F | C | 146 | 48 | 38 |
| Octal | 340 | 100 | 232 | 0 | 107 | 37 | 14 | 506 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10011010 | 0 | 1000111 | 11111 | 1100 | 101000110 | 1001000 | 111000 |
Color Harmonies of #E0409A
Complementary color
Monochromatic Colors of #E0409A
Black with #E0409A
Text Example
Text Example
White with #E0409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0409A; }
p { color: rgb(224,64,154); }
H1.HeaderClassName
{
color: #E0409A;
}
.AnyTagClassName
{
color: #E0409A;
}
</style>
background-color css
<style>
a { background-color: #E0409A; }
a { background-color: rgb(224,64,154); }
div.DivClassName
{
background-color: #E0409A;
}
.BgClassName
{
background-color: #E0409A;
}
</style>
border-color css
<style>
span { border-color: #E0409A; }
span { border-color: rgb(224,64,154); }
td.TdClassName
{
border-color: #E0409A;
}
.TagClassName
{
border-color: #E0409A;
}
</style>