Shades of Deep Cerise #E0409E
Tints of Deep Cerise #E0409E
RGB
CMYK
RGB Variations
Color information
#E0409E (or 0xE0409E) is known color: Deep Cerise. HEX triplet: E0, 40 and 9E. RGB value is (224,64,158). Sum of RGB (Red+Green+Blue) = 224+64+158=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0409E is #1FBF61. Grayscale: #7A7A7A. Windows color (decimal): -2080610 or 10371296. OLE color: 10371296.
HSL color Cylindrical-coordinate representation of color #E0409E: hue angle of 324.75º 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 #E0409E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 158 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.12 |
| HSL | 324.75º | 0.72% | 0.56% | - |
| HSV(B) | 324.75º | 0.71% | 0.88% | - |
| XYZ | 38.75 | 21.98 | 34.55 | - |
| YUV | 122.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 158 | 0 | 0.71 | 0.29 | 0.12 | 324.75 | 0.72 | 0.56 |
| Hex | E0 | 40 | 9E | 0 | 47 | 1D | C | 145 | 48 | 38 |
| Octal | 340 | 100 | 236 | 0 | 107 | 35 | 14 | 505 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10011110 | 0 | 1000111 | 11101 | 1100 | 101000101 | 1001000 | 111000 |
Color Harmonies of #E0409E
Complementary color
Monochromatic Colors of #E0409E
Black with #E0409E
Text Example
Text Example
White with #E0409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0409E; }
p { color: rgb(224,64,158); }
H1.HeaderClassName
{
color: #E0409E;
}
.AnyTagClassName
{
color: #E0409E;
}
</style>
background-color css
<style>
a { background-color: #E0409E; }
a { background-color: rgb(224,64,158); }
div.DivClassName
{
background-color: #E0409E;
}
.BgClassName
{
background-color: #E0409E;
}
</style>
border-color css
<style>
span { border-color: #E0409E; }
span { border-color: rgb(224,64,158); }
td.TdClassName
{
border-color: #E0409E;
}
.TagClassName
{
border-color: #E0409E;
}
</style>