Shades of Hollywood Cerise #E80997
Tints of Hollywood Cerise #E80997
RGB
CMYK
RGB Variations
Color information
#E80997 (or 0xE80997) is known color: Hollywood Cerise. HEX triplet: E8, 09 and 97. RGB value is (232,9,151). Sum of RGB (Red+Green+Blue) = 232+9+151=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E80997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80997 is #17F668. Grayscale: #5B5B5B. Windows color (decimal): -1570409 or 9898472. OLE color: 9898472.
HSL color Cylindrical-coordinate representation of color #E80997: hue angle of 321.79º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80997 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.09 |
| HSL | 321.79º | 0.93% | 0.47% | - |
| HSV(B) | 321.79º | 0.96% | 0.91% | - |
| XYZ | 38.96 | 19.59 | 31.01 | - |
| YUV | 91.87 | 161.38 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 151 | 0 | 0.96 | 0.35 | 0.09 | 321.79 | 0.93 | 0.47 |
| Hex | E8 | 9 | 97 | 0 | 60 | 23 | 9 | 142 | 5D | 2F |
| Octal | 350 | 11 | 227 | 0 | 140 | 43 | 11 | 502 | 135 | 57 |
| Binary | 11101000 | 1001 | 10010111 | 0 | 1100000 | 100011 | 1001 | 101000010 | 1011101 | 101111 |
Color Harmonies of #E80997
Complementary color
Monochromatic Colors of #E80997
Black with #E80997
Text Example
Text Example
White with #E80997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80997; }
p { color: rgb(232,9,151); }
H1.HeaderClassName
{
color: #E80997;
}
.AnyTagClassName
{
color: #E80997;
}
</style>
background-color css
<style>
a { background-color: #E80997; }
a { background-color: rgb(232,9,151); }
div.DivClassName
{
background-color: #E80997;
}
.BgClassName
{
background-color: #E80997;
}
</style>
border-color css
<style>
span { border-color: #E80997; }
span { border-color: rgb(232,9,151); }
td.TdClassName
{
border-color: #E80997;
}
.TagClassName
{
border-color: #E80997;
}
</style>