Shades of Hollywood Cerise #E80F9C
Tints of Hollywood Cerise #E80F9C
RGB
CMYK
RGB Variations
Color information
#E80F9C (or 0xE80F9C) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 9C. RGB value is (232,15,156). Sum of RGB (Red+Green+Blue) = 232+15+156=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F9C is #17F063. Grayscale: #5F5F5F. Windows color (decimal): -1568868 or 10227688. OLE color: 10227688.
HSL color Cylindrical-coordinate representation of color #E80F9C: hue angle of 321.01º 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 #E80F9C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 156 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.01º | 0.88% | 0.48% | - |
| HSV(B) | 321.01º | 0.94% | 0.91% | - |
| XYZ | 39.45 | 19.9 | 33.21 | - |
| YUV | 95.96 | 161.89 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 156 | 0 | 0.94 | 0.33 | 0.09 | 321.01 | 0.88 | 0.48 |
| Hex | E8 | F | 9C | 0 | 5E | 21 | 9 | 141 | 58 | 30 |
| Octal | 350 | 17 | 234 | 0 | 136 | 41 | 11 | 501 | 130 | 60 |
| Binary | 11101000 | 1111 | 10011100 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011000 | 110000 |
Color Harmonies of #E80F9C
Complementary color
Monochromatic Colors of #E80F9C
Black with #E80F9C
Text Example
Text Example
White with #E80F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F9C; }
p { color: rgb(232,15,156); }
H1.HeaderClassName
{
color: #E80F9C;
}
.AnyTagClassName
{
color: #E80F9C;
}
</style>
background-color css
<style>
a { background-color: #E80F9C; }
a { background-color: rgb(232,15,156); }
div.DivClassName
{
background-color: #E80F9C;
}
.BgClassName
{
background-color: #E80F9C;
}
</style>
border-color css
<style>
span { border-color: #E80F9C; }
span { border-color: rgb(232,15,156); }
td.TdClassName
{
border-color: #E80F9C;
}
.TagClassName
{
border-color: #E80F9C;
}
</style>