Shades of Hollywood Cerise #E80099
Tints of Hollywood Cerise #E80099
RGB
CMYK
RGB Variations
Color information
#E80099 (or 0xE80099) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 99. RGB value is (232,0,153). Sum of RGB (Red+Green+Blue) = 232+0+153=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80099 is #17FF66. Grayscale: #565656. Windows color (decimal): -1572711 or 10027240. OLE color: 10027240.
HSL color Cylindrical-coordinate representation of color #E80099: hue angle of 320.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80099 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.34 | 0.09 |
| HSL | 320.43º | 1% | 0.45% | - |
| HSV(B) | 320.43º | 1% | 0.91% | - |
| XYZ | 39.03 | 19.46 | 31.84 | - |
| YUV | 86.81 | 165.36 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 153 | 0 | 1 | 0.34 | 0.09 | 320.43 | 1 | 0.45 |
| Hex | E8 | 0 | 99 | 0 | 64 | 22 | 9 | 140 | 64 | 2D |
| Octal | 350 | 0 | 231 | 0 | 144 | 42 | 11 | 500 | 144 | 55 |
| Binary | 11101000 | 0 | 10011001 | 0 | 1100100 | 100010 | 1001 | 101000000 | 1100100 | 101101 |
Color Harmonies of #E80099
Complementary color
Monochromatic Colors of #E80099
Black with #E80099
Text Example
Text Example
White with #E80099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80099; }
p { color: rgb(232,0,153); }
H1.HeaderClassName
{
color: #E80099;
}
.AnyTagClassName
{
color: #E80099;
}
</style>
background-color css
<style>
a { background-color: #E80099; }
a { background-color: rgb(232,0,153); }
div.DivClassName
{
background-color: #E80099;
}
.BgClassName
{
background-color: #E80099;
}
</style>
border-color css
<style>
span { border-color: #E80099; }
span { border-color: rgb(232,0,153); }
td.TdClassName
{
border-color: #E80099;
}
.TagClassName
{
border-color: #E80099;
}
</style>