Shades of Hollywood Cerise #E70C9E
Tints of Hollywood Cerise #E70C9E
RGB
CMYK
RGB Variations
Color information
#E70C9E (or 0xE70C9E) is known color: Hollywood Cerise. HEX triplet: E7, 0C and 9E. RGB value is (231,12,158). Sum of RGB (Red+Green+Blue) = 231+12+158=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70C9E is #18F361. Grayscale: #5D5D5D. Windows color (decimal): -1635170 or 10357991. OLE color: 10357991.
HSL color Cylindrical-coordinate representation of color #E70C9E: hue angle of 320º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C9E is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.09 |
| HSL | 320º | 0.9% | 0.48% | - |
| HSV(B) | 320º | 0.95% | 0.91% | - |
| XYZ | 39.26 | 19.72 | 34.09 | - |
| YUV | 94.13 | 164.05 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 158 | 0 | 0.95 | 0.32 | 0.09 | 320 | 0.9 | 0.48 |
| Hex | E7 | C | 9E | 0 | 5F | 20 | 9 | 140 | 5A | 30 |
| Octal | 347 | 14 | 236 | 0 | 137 | 40 | 11 | 500 | 132 | 60 |
| Binary | 11100111 | 1100 | 10011110 | 0 | 1011111 | 100000 | 1001 | 101000000 | 1011010 | 110000 |
Color Harmonies of #E70C9E
Complementary color
Monochromatic Colors of #E70C9E
Black with #E70C9E
Text Example
Text Example
White with #E70C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C9E; }
p { color: rgb(231,12,158); }
H1.HeaderClassName
{
color: #E70C9E;
}
.AnyTagClassName
{
color: #E70C9E;
}
</style>
background-color css
<style>
a { background-color: #E70C9E; }
a { background-color: rgb(231,12,158); }
div.DivClassName
{
background-color: #E70C9E;
}
.BgClassName
{
background-color: #E70C9E;
}
</style>
border-color css
<style>
span { border-color: #E70C9E; }
span { border-color: rgb(231,12,158); }
td.TdClassName
{
border-color: #E70C9E;
}
.TagClassName
{
border-color: #E70C9E;
}
</style>