Shades of Hollywood Cerise #E80F9A
Tints of Hollywood Cerise #E80F9A
RGB
CMYK
RGB Variations
Color information
#E80F9A (or 0xE80F9A) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 9A. RGB value is (232,15,154). Sum of RGB (Red+Green+Blue) = 232+15+154=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F9A is #17F065. Grayscale: #5F5F5F. Windows color (decimal): -1568870 or 10096616. OLE color: 10096616.
HSL color Cylindrical-coordinate representation of color #E80F9A: hue angle of 321.57º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F9A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 154 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.09 |
| HSL | 321.57º | 0.88% | 0.48% | - |
| HSV(B) | 321.57º | 0.94% | 0.91% | - |
| XYZ | 39.28 | 19.83 | 32.33 | - |
| YUV | 95.73 | 160.89 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 154 | 0 | 0.94 | 0.34 | 0.09 | 321.57 | 0.88 | 0.48 |
| Hex | E8 | F | 9A | 0 | 5E | 22 | 9 | 142 | 58 | 30 |
| Octal | 350 | 17 | 232 | 0 | 136 | 42 | 11 | 502 | 130 | 60 |
| Binary | 11101000 | 1111 | 10011010 | 0 | 1011110 | 100010 | 1001 | 101000010 | 1011000 | 110000 |
Color Harmonies of #E80F9A
Complementary color
Monochromatic Colors of #E80F9A
Black with #E80F9A
Text Example
Text Example
White with #E80F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F9A; }
p { color: rgb(232,15,154); }
H1.HeaderClassName
{
color: #E80F9A;
}
.AnyTagClassName
{
color: #E80F9A;
}
</style>
background-color css
<style>
a { background-color: #E80F9A; }
a { background-color: rgb(232,15,154); }
div.DivClassName
{
background-color: #E80F9A;
}
.BgClassName
{
background-color: #E80F9A;
}
</style>
border-color css
<style>
span { border-color: #E80F9A; }
span { border-color: rgb(232,15,154); }
td.TdClassName
{
border-color: #E80F9A;
}
.TagClassName
{
border-color: #E80F9A;
}
</style>