Shades of Hollywood Cerise #E80896
Tints of Hollywood Cerise #E80896
RGB
CMYK
RGB Variations
Color information
#E80896 (or 0xE80896) is known color: Hollywood Cerise. HEX triplet: E8, 08 and 96. RGB value is (232,8,150). Sum of RGB (Red+Green+Blue) = 232+8+150=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E80896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80896 is #17F769. Grayscale: #5A5A5A. Windows color (decimal): -1570666 or 9832680. OLE color: 9832680.
HSL color Cylindrical-coordinate representation of color #E80896: hue angle of 321.96º degrees, saturation: 0.93, 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 #E80896 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 150 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.09 |
| HSL | 321.96º | 0.93% | 0.47% | - |
| HSV(B) | 321.96º | 0.97% | 0.91% | - |
| XYZ | 38.87 | 19.53 | 30.58 | - |
| YUV | 91.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 150 | 0 | 0.97 | 0.35 | 0.09 | 321.96 | 0.93 | 0.47 |
| Hex | E8 | 8 | 96 | 0 | 61 | 23 | 9 | 142 | 5D | 2F |
| Octal | 350 | 10 | 226 | 0 | 141 | 43 | 11 | 502 | 135 | 57 |
| Binary | 11101000 | 1000 | 10010110 | 0 | 1100001 | 100011 | 1001 | 101000010 | 1011101 | 101111 |
Color Harmonies of #E80896
Complementary color
Monochromatic Colors of #E80896
Black with #E80896
Text Example
Text Example
White with #E80896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80896; }
p { color: rgb(232,8,150); }
H1.HeaderClassName
{
color: #E80896;
}
.AnyTagClassName
{
color: #E80896;
}
</style>
background-color css
<style>
a { background-color: #E80896; }
a { background-color: rgb(232,8,150); }
div.DivClassName
{
background-color: #E80896;
}
.BgClassName
{
background-color: #E80896;
}
</style>
border-color css
<style>
span { border-color: #E80896; }
span { border-color: rgb(232,8,150); }
td.TdClassName
{
border-color: #E80896;
}
.TagClassName
{
border-color: #E80896;
}
</style>