Shades of Deep Cerise #E0409B
Tints of Deep Cerise #E0409B
RGB
CMYK
RGB Variations
Color information
#E0409B (or 0xE0409B) is known color: Deep Cerise. HEX triplet: E0, 40 and 9B. RGB value is (224,64,155). Sum of RGB (Red+Green+Blue) = 224+64+155=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0409B is #1FBF64. Grayscale: #7A7A7A. Windows color (decimal): -2080613 or 10174688. OLE color: 10174688.
HSL color Cylindrical-coordinate representation of color #E0409B: hue angle of 325.88º 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 #E0409B is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 155 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.12 |
| HSL | 325.88º | 0.72% | 0.56% | - |
| HSV(B) | 325.88º | 0.71% | 0.88% | - |
| XYZ | 38.49 | 21.88 | 33.21 | - |
| YUV | 122.21 | 146.51 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 155 | 0 | 0.71 | 0.31 | 0.12 | 325.88 | 0.72 | 0.56 |
| Hex | E0 | 40 | 9B | 0 | 47 | 1F | C | 146 | 48 | 38 |
| Octal | 340 | 100 | 233 | 0 | 107 | 37 | 14 | 506 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10011011 | 0 | 1000111 | 11111 | 1100 | 101000110 | 1001000 | 111000 |
Color Harmonies of #E0409B
Complementary color
Monochromatic Colors of #E0409B
Black with #E0409B
Text Example
Text Example
White with #E0409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0409B; }
p { color: rgb(224,64,155); }
H1.HeaderClassName
{
color: #E0409B;
}
.AnyTagClassName
{
color: #E0409B;
}
</style>
background-color css
<style>
a { background-color: #E0409B; }
a { background-color: rgb(224,64,155); }
div.DivClassName
{
background-color: #E0409B;
}
.BgClassName
{
background-color: #E0409B;
}
</style>
border-color css
<style>
span { border-color: #E0409B; }
span { border-color: rgb(224,64,155); }
td.TdClassName
{
border-color: #E0409B;
}
.TagClassName
{
border-color: #E0409B;
}
</style>