Shades of Hollywood Cerise #E80B9F
Tints of Hollywood Cerise #E80B9F
RGB
CMYK
RGB Variations
Color information
#E80B9F (or 0xE80B9F) is known color: Hollywood Cerise. HEX triplet: E8, 0B and 9F. RGB value is (232,11,159). Sum of RGB (Red+Green+Blue) = 232+11+159=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B9F is #17F460. Grayscale: #5D5D5D. Windows color (decimal): -1569889 or 10423272. OLE color: 10423272.
HSL color Cylindrical-coordinate representation of color #E80B9F: hue angle of 319.82º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B9F is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.09 |
| HSL | 319.82º | 0.91% | 0.48% | - |
| HSV(B) | 319.82º | 0.95% | 0.91% | - |
| XYZ | 39.66 | 19.9 | 34.55 | - |
| YUV | 93.95 | 164.72 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 159 | 0 | 0.95 | 0.31 | 0.09 | 319.82 | 0.91 | 0.48 |
| Hex | E8 | B | 9F | 0 | 5F | 1F | 9 | 140 | 5B | 30 |
| Octal | 350 | 13 | 237 | 0 | 137 | 37 | 11 | 500 | 133 | 60 |
| Binary | 11101000 | 1011 | 10011111 | 0 | 1011111 | 11111 | 1001 | 101000000 | 1011011 | 110000 |
Color Harmonies of #E80B9F
Complementary color
Monochromatic Colors of #E80B9F
Black with #E80B9F
Text Example
Text Example
White with #E80B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B9F; }
p { color: rgb(232,11,159); }
H1.HeaderClassName
{
color: #E80B9F;
}
.AnyTagClassName
{
color: #E80B9F;
}
</style>
background-color css
<style>
a { background-color: #E80B9F; }
a { background-color: rgb(232,11,159); }
div.DivClassName
{
background-color: #E80B9F;
}
.BgClassName
{
background-color: #E80B9F;
}
</style>
border-color css
<style>
span { border-color: #E80B9F; }
span { border-color: rgb(232,11,159); }
td.TdClassName
{
border-color: #E80B9F;
}
.TagClassName
{
border-color: #E80B9F;
}
</style>