Shades of Hollywood Cerise #E70CA2
Tints of Hollywood Cerise #E70CA2
RGB
CMYK
RGB Variations
Color information
#E70CA2 (or 0xE70CA2) is known color: Hollywood Cerise. HEX triplet: E7, 0C and A2. RGB value is (231,12,162). Sum of RGB (Red+Green+Blue) = 231+12+162=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70CA2 is #18F35D. Grayscale: #5E5E5E. Windows color (decimal): -1635166 or 10620135. OLE color: 10620135.
HSL color Cylindrical-coordinate representation of color #E70CA2: hue angle of 318.9º 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 #E70CA2 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 162 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.09 |
| HSL | 318.9º | 0.9% | 0.48% | - |
| HSV(B) | 318.9º | 0.95% | 0.91% | - |
| XYZ | 39.61 | 19.86 | 35.93 | - |
| YUV | 94.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 162 | 0 | 0.95 | 0.30 | 0.09 | 318.9 | 0.9 | 0.48 |
| Hex | E7 | C | A2 | 0 | 5F | 1E | 9 | 13F | 5A | 30 |
| Octal | 347 | 14 | 242 | 0 | 137 | 36 | 11 | 477 | 132 | 60 |
| Binary | 11100111 | 1100 | 10100010 | 0 | 1011111 | 11110 | 1001 | 100111111 | 1011010 | 110000 |
Color Harmonies of #E70CA2
Complementary color
Monochromatic Colors of #E70CA2
Black with #E70CA2
Text Example
Text Example
White with #E70CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CA2; }
p { color: rgb(231,12,162); }
H1.HeaderClassName
{
color: #E70CA2;
}
.AnyTagClassName
{
color: #E70CA2;
}
</style>
background-color css
<style>
a { background-color: #E70CA2; }
a { background-color: rgb(231,12,162); }
div.DivClassName
{
background-color: #E70CA2;
}
.BgClassName
{
background-color: #E70CA2;
}
</style>
border-color css
<style>
span { border-color: #E70CA2; }
span { border-color: rgb(231,12,162); }
td.TdClassName
{
border-color: #E70CA2;
}
.TagClassName
{
border-color: #E70CA2;
}
</style>