Shades of Deep Cerise #E04696
Tints of Deep Cerise #E04696
RGB
CMYK
RGB Variations
Color information
#E04696 (or 0xE04696) is known color: Deep Cerise. HEX triplet: E0, 46 and 96. RGB value is (224,70,150). Sum of RGB (Red+Green+Blue) = 224+70+150=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E04696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04696 is #1FB969. Grayscale: #7D7D7D. Windows color (decimal): -2079082 or 9848544. OLE color: 9848544.
HSL color Cylindrical-coordinate representation of color #E04696: hue angle of 328.83º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04696 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 150 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.12 |
| HSL | 328.83º | 0.71% | 0.58% | - |
| HSV(B) | 328.83º | 0.69% | 0.88% | - |
| XYZ | 38.44 | 22.43 | 31.16 | - |
| YUV | 125.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 150 | 0 | 0.69 | 0.33 | 0.12 | 328.83 | 0.71 | 0.58 |
| Hex | E0 | 46 | 96 | 0 | 45 | 21 | C | 149 | 47 | 3A |
| Octal | 340 | 106 | 226 | 0 | 105 | 41 | 14 | 511 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10010110 | 0 | 1000101 | 100001 | 1100 | 101001001 | 1000111 | 111010 |
Color Harmonies of #E04696
Complementary color
Monochromatic Colors of #E04696
Black with #E04696
Text Example
Text Example
White with #E04696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04696; }
p { color: rgb(224,70,150); }
H1.HeaderClassName
{
color: #E04696;
}
.AnyTagClassName
{
color: #E04696;
}
</style>
background-color css
<style>
a { background-color: #E04696; }
a { background-color: rgb(224,70,150); }
div.DivClassName
{
background-color: #E04696;
}
.BgClassName
{
background-color: #E04696;
}
</style>
border-color css
<style>
span { border-color: #E04696; }
span { border-color: rgb(224,70,150); }
td.TdClassName
{
border-color: #E04696;
}
.TagClassName
{
border-color: #E04696;
}
</style>