Shades of Deep Cerise #E04499
Tints of Deep Cerise #E04499
RGB
CMYK
RGB Variations
Color information
#E04499 (or 0xE04499) is known color: Deep Cerise. HEX triplet: E0, 44 and 99. RGB value is (224,68,153). Sum of RGB (Red+Green+Blue) = 224+68+153=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04499 is #1FBB66. Grayscale: #7C7C7C. Windows color (decimal): -2079591 or 10044640. OLE color: 10044640.
HSL color Cylindrical-coordinate representation of color #E04499: hue angle of 327.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04499 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 153 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.12 |
| HSL | 327.31º | 0.72% | 0.57% | - |
| HSV(B) | 327.31º | 0.7% | 0.88% | - |
| XYZ | 38.56 | 22.28 | 32.41 | - |
| YUV | 124.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 153 | 0 | 0.70 | 0.32 | 0.12 | 327.31 | 0.72 | 0.57 |
| Hex | E0 | 44 | 99 | 0 | 46 | 20 | C | 147 | 48 | 39 |
| Octal | 340 | 104 | 231 | 0 | 106 | 40 | 14 | 507 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10011001 | 0 | 1000110 | 100000 | 1100 | 101000111 | 1001000 | 111001 |
Color Harmonies of #E04499
Complementary color
Monochromatic Colors of #E04499
Black with #E04499
Text Example
Text Example
White with #E04499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04499; }
p { color: rgb(224,68,153); }
H1.HeaderClassName
{
color: #E04499;
}
.AnyTagClassName
{
color: #E04499;
}
</style>
background-color css
<style>
a { background-color: #E04499; }
a { background-color: rgb(224,68,153); }
div.DivClassName
{
background-color: #E04499;
}
.BgClassName
{
background-color: #E04499;
}
</style>
border-color css
<style>
span { border-color: #E04499; }
span { border-color: rgb(224,68,153); }
td.TdClassName
{
border-color: #E04499;
}
.TagClassName
{
border-color: #E04499;
}
</style>