Shades of Hollywood Cerise #E80796
Tints of Hollywood Cerise #E80796
RGB
CMYK
RGB Variations
Color information
#E80796 (or 0xE80796) is known color: Hollywood Cerise. HEX triplet: E8, 07 and 96. RGB value is (232,7,150). Sum of RGB (Red+Green+Blue) = 232+7+150=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E80796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80796 is #17F869. Grayscale: #5A5A5A. Windows color (decimal): -1570922 or 9832424. OLE color: 9832424.
HSL color Cylindrical-coordinate representation of color #E80796: hue angle of 321.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80796 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.09 |
| HSL | 321.87º | 0.94% | 0.47% | - |
| HSV(B) | 321.87º | 0.97% | 0.91% | - |
| XYZ | 38.86 | 19.51 | 30.57 | - |
| YUV | 90.58 | 161.54 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 150 | 0 | 0.97 | 0.35 | 0.09 | 321.87 | 0.94 | 0.47 |
| Hex | E8 | 7 | 96 | 0 | 61 | 23 | 9 | 142 | 5E | 2F |
| Octal | 350 | 7 | 226 | 0 | 141 | 43 | 11 | 502 | 136 | 57 |
| Binary | 11101000 | 111 | 10010110 | 0 | 1100001 | 100011 | 1001 | 101000010 | 1011110 | 101111 |
Color Harmonies of #E80796
Complementary color
Monochromatic Colors of #E80796
Black with #E80796
Text Example
Text Example
White with #E80796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80796; }
p { color: rgb(232,7,150); }
H1.HeaderClassName
{
color: #E80796;
}
.AnyTagClassName
{
color: #E80796;
}
</style>
background-color css
<style>
a { background-color: #E80796; }
a { background-color: rgb(232,7,150); }
div.DivClassName
{
background-color: #E80796;
}
.BgClassName
{
background-color: #E80796;
}
</style>
border-color css
<style>
span { border-color: #E80796; }
span { border-color: rgb(232,7,150); }
td.TdClassName
{
border-color: #E80796;
}
.TagClassName
{
border-color: #E80796;
}
</style>