Shades of Hollywood Cerise #E00796
Tints of Hollywood Cerise #E00796
RGB
CMYK
RGB Variations
Color information
#E00796 (or 0xE00796) is known color: Hollywood Cerise. HEX triplet: E0, 07 and 96. RGB value is (224,7,150). Sum of RGB (Red+Green+Blue) = 224+7+150=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E00796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00796 is #1FF869. Grayscale: #575757. Windows color (decimal): -2095210 or 9832416. OLE color: 9832416.
HSL color Cylindrical-coordinate representation of color #E00796: hue angle of 320.46º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00796 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.12 |
| HSL | 320.46º | 0.94% | 0.45% | - |
| HSV(B) | 320.46º | 0.97% | 0.88% | - |
| XYZ | 36.32 | 18.2 | 30.45 | - |
| YUV | 88.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 150 | 0 | 0.97 | 0.33 | 0.12 | 320.46 | 0.94 | 0.45 |
| Hex | E0 | 7 | 96 | 0 | 61 | 21 | C | 140 | 5E | 2D |
| Octal | 340 | 7 | 226 | 0 | 141 | 41 | 14 | 500 | 136 | 55 |
| Binary | 11100000 | 111 | 10010110 | 0 | 1100001 | 100001 | 1100 | 101000000 | 1011110 | 101101 |
Color Harmonies of #E00796
Complementary color
Monochromatic Colors of #E00796
Black with #E00796
Text Example
Text Example
White with #E00796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00796; }
p { color: rgb(224,7,150); }
H1.HeaderClassName
{
color: #E00796;
}
.AnyTagClassName
{
color: #E00796;
}
</style>
background-color css
<style>
a { background-color: #E00796; }
a { background-color: rgb(224,7,150); }
div.DivClassName
{
background-color: #E00796;
}
.BgClassName
{
background-color: #E00796;
}
</style>
border-color css
<style>
span { border-color: #E00796; }
span { border-color: rgb(224,7,150); }
td.TdClassName
{
border-color: #E00796;
}
.TagClassName
{
border-color: #E00796;
}
</style>