Shades of Hollywood Cerise #E70C9C
Tints of Hollywood Cerise #E70C9C
RGB
CMYK
RGB Variations
Color information
#E70C9C (or 0xE70C9C) is known color: Hollywood Cerise. HEX triplet: E7, 0C and 9C. RGB value is (231,12,156). Sum of RGB (Red+Green+Blue) = 231+12+156=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70C9C is #18F363. Grayscale: #5D5D5D. Windows color (decimal): -1635172 or 10226919. OLE color: 10226919.
HSL color Cylindrical-coordinate representation of color #E70C9C: hue angle of 320.55º 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 #E70C9C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.09 |
| HSL | 320.55º | 0.9% | 0.48% | - |
| HSV(B) | 320.55º | 0.95% | 0.91% | - |
| XYZ | 39.09 | 19.65 | 33.19 | - |
| YUV | 93.9 | 163.05 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 156 | 0 | 0.95 | 0.32 | 0.09 | 320.55 | 0.9 | 0.48 |
| Hex | E7 | C | 9C | 0 | 5F | 20 | 9 | 141 | 5A | 30 |
| Octal | 347 | 14 | 234 | 0 | 137 | 40 | 11 | 501 | 132 | 60 |
| Binary | 11100111 | 1100 | 10011100 | 0 | 1011111 | 100000 | 1001 | 101000001 | 1011010 | 110000 |
Color Harmonies of #E70C9C
Complementary color
Monochromatic Colors of #E70C9C
Black with #E70C9C
Text Example
Text Example
White with #E70C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C9C; }
p { color: rgb(231,12,156); }
H1.HeaderClassName
{
color: #E70C9C;
}
.AnyTagClassName
{
color: #E70C9C;
}
</style>
background-color css
<style>
a { background-color: #E70C9C; }
a { background-color: rgb(231,12,156); }
div.DivClassName
{
background-color: #E70C9C;
}
.BgClassName
{
background-color: #E70C9C;
}
</style>
border-color css
<style>
span { border-color: #E70C9C; }
span { border-color: rgb(231,12,156); }
td.TdClassName
{
border-color: #E70C9C;
}
.TagClassName
{
border-color: #E70C9C;
}
</style>