Shades of Hollywood Cerise #E80F9F
Tints of Hollywood Cerise #E80F9F
RGB
CMYK
RGB Variations
Color information
#E80F9F (or 0xE80F9F) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 9F. RGB value is (232,15,159). Sum of RGB (Red+Green+Blue) = 232+15+159=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F9F is #17F060. Grayscale: #5F5F5F. Windows color (decimal): -1568865 or 10424296. OLE color: 10424296.
HSL color Cylindrical-coordinate representation of color #E80F9F: hue angle of 320.18º 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 #E80F9F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.09 |
| HSL | 320.18º | 0.88% | 0.48% | - |
| HSV(B) | 320.18º | 0.94% | 0.91% | - |
| XYZ | 39.71 | 20 | 34.57 | - |
| YUV | 96.3 | 163.39 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 159 | 0 | 0.94 | 0.31 | 0.09 | 320.18 | 0.88 | 0.48 |
| Hex | E8 | F | 9F | 0 | 5E | 1F | 9 | 140 | 58 | 30 |
| Octal | 350 | 17 | 237 | 0 | 136 | 37 | 11 | 500 | 130 | 60 |
| Binary | 11101000 | 1111 | 10011111 | 0 | 1011110 | 11111 | 1001 | 101000000 | 1011000 | 110000 |
Color Harmonies of #E80F9F
Complementary color
Monochromatic Colors of #E80F9F
Black with #E80F9F
Text Example
Text Example
White with #E80F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F9F; }
p { color: rgb(232,15,159); }
H1.HeaderClassName
{
color: #E80F9F;
}
.AnyTagClassName
{
color: #E80F9F;
}
</style>
background-color css
<style>
a { background-color: #E80F9F; }
a { background-color: rgb(232,15,159); }
div.DivClassName
{
background-color: #E80F9F;
}
.BgClassName
{
background-color: #E80F9F;
}
</style>
border-color css
<style>
span { border-color: #E80F9F; }
span { border-color: rgb(232,15,159); }
td.TdClassName
{
border-color: #E80F9F;
}
.TagClassName
{
border-color: #E80F9F;
}
</style>