Shades of Hollywood Cerise #E70E9C
Tints of Hollywood Cerise #E70E9C
RGB
CMYK
RGB Variations
Color information
#E70E9C (or 0xE70E9C) is known color: Hollywood Cerise. HEX triplet: E7, 0E and 9C. RGB value is (231,14,156). Sum of RGB (Red+Green+Blue) = 231+14+156=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E9C is #18F163. Grayscale: #5E5E5E. Windows color (decimal): -1634660 or 10227431. OLE color: 10227431.
HSL color Cylindrical-coordinate representation of color #E70E9C: hue angle of 320.74º degrees, saturation: 0.89, 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 #E70E9C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 156 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.09 |
| HSL | 320.74º | 0.89% | 0.48% | - |
| HSV(B) | 320.74º | 0.94% | 0.91% | - |
| XYZ | 39.11 | 19.7 | 33.19 | - |
| YUV | 95.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 156 | 0 | 0.94 | 0.32 | 0.09 | 320.74 | 0.89 | 0.48 |
| Hex | E7 | E | 9C | 0 | 5E | 20 | 9 | 141 | 59 | 30 |
| Octal | 347 | 16 | 234 | 0 | 136 | 40 | 11 | 501 | 131 | 60 |
| Binary | 11100111 | 1110 | 10011100 | 0 | 1011110 | 100000 | 1001 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E70E9C
Complementary color
Monochromatic Colors of #E70E9C
Black with #E70E9C
Text Example
Text Example
White with #E70E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E9C; }
p { color: rgb(231,14,156); }
H1.HeaderClassName
{
color: #E70E9C;
}
.AnyTagClassName
{
color: #E70E9C;
}
</style>
background-color css
<style>
a { background-color: #E70E9C; }
a { background-color: rgb(231,14,156); }
div.DivClassName
{
background-color: #E70E9C;
}
.BgClassName
{
background-color: #E70E9C;
}
</style>
border-color css
<style>
span { border-color: #E70E9C; }
span { border-color: rgb(231,14,156); }
td.TdClassName
{
border-color: #E70E9C;
}
.TagClassName
{
border-color: #E70E9C;
}
</style>