Shades of Hollywood Cerise #E70F9C
Tints of Hollywood Cerise #E70F9C
RGB
CMYK
RGB Variations
Color information
#E70F9C (or 0xE70F9C) is known color: Hollywood Cerise. HEX triplet: E7, 0F and 9C. RGB value is (231,15,156). Sum of RGB (Red+Green+Blue) = 231+15+156=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F9C is #18F063. Grayscale: #5F5F5F. Windows color (decimal): -1634404 or 10227687. OLE color: 10227687.
HSL color Cylindrical-coordinate representation of color #E70F9C: hue angle of 320.83º 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 #E70F9C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 156 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.09 |
| HSL | 320.83º | 0.88% | 0.48% | - |
| HSV(B) | 320.83º | 0.94% | 0.91% | - |
| XYZ | 39.13 | 19.73 | 33.2 | - |
| YUV | 95.66 | 162.06 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 156 | 0 | 0.94 | 0.32 | 0.09 | 320.83 | 0.88 | 0.48 |
| Hex | E7 | F | 9C | 0 | 5E | 20 | 9 | 141 | 58 | 30 |
| Octal | 347 | 17 | 234 | 0 | 136 | 40 | 11 | 501 | 130 | 60 |
| Binary | 11100111 | 1111 | 10011100 | 0 | 1011110 | 100000 | 1001 | 101000001 | 1011000 | 110000 |
Color Harmonies of #E70F9C
Complementary color
Monochromatic Colors of #E70F9C
Black with #E70F9C
Text Example
Text Example
White with #E70F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F9C; }
p { color: rgb(231,15,156); }
H1.HeaderClassName
{
color: #E70F9C;
}
.AnyTagClassName
{
color: #E70F9C;
}
</style>
background-color css
<style>
a { background-color: #E70F9C; }
a { background-color: rgb(231,15,156); }
div.DivClassName
{
background-color: #E70F9C;
}
.BgClassName
{
background-color: #E70F9C;
}
</style>
border-color css
<style>
span { border-color: #E70F9C; }
span { border-color: rgb(231,15,156); }
td.TdClassName
{
border-color: #E70F9C;
}
.TagClassName
{
border-color: #E70F9C;
}
</style>