Shades of Deep Cerise #E04796
Tints of Deep Cerise #E04796
RGB
CMYK
RGB Variations
Color information
#E04796 (or 0xE04796) is known color: Deep Cerise. HEX triplet: E0, 47 and 96. RGB value is (224,71,150). Sum of RGB (Red+Green+Blue) = 224+71+150=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04796 is #1FB869. Grayscale: #7D7D7D. Windows color (decimal): -2078826 or 9848800. OLE color: 9848800.
HSL color Cylindrical-coordinate representation of color #E04796: hue angle of 329.02º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04796 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 150 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.12 |
| HSL | 329.02º | 0.71% | 0.58% | - |
| HSV(B) | 329.02º | 0.68% | 0.88% | - |
| XYZ | 38.5 | 22.56 | 31.18 | - |
| YUV | 125.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 150 | 0 | 0.68 | 0.33 | 0.12 | 329.02 | 0.71 | 0.58 |
| Hex | E0 | 47 | 96 | 0 | 44 | 21 | C | 149 | 47 | 3A |
| Octal | 340 | 107 | 226 | 0 | 104 | 41 | 14 | 511 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10010110 | 0 | 1000100 | 100001 | 1100 | 101001001 | 1000111 | 111010 |
Color Harmonies of #E04796
Complementary color
Monochromatic Colors of #E04796
Black with #E04796
Text Example
Text Example
White with #E04796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04796; }
p { color: rgb(224,71,150); }
H1.HeaderClassName
{
color: #E04796;
}
.AnyTagClassName
{
color: #E04796;
}
</style>
background-color css
<style>
a { background-color: #E04796; }
a { background-color: rgb(224,71,150); }
div.DivClassName
{
background-color: #E04796;
}
.BgClassName
{
background-color: #E04796;
}
</style>
border-color css
<style>
span { border-color: #E04796; }
span { border-color: rgb(224,71,150); }
td.TdClassName
{
border-color: #E04796;
}
.TagClassName
{
border-color: #E04796;
}
</style>