Shades of Hollywood Cerise #E70EAF
Tints of Hollywood Cerise #E70EAF
RGB
CMYK
RGB Variations
Color information
#E70EAF (or 0xE70EAF) is known color: Hollywood Cerise. HEX triplet: E7, 0E and AF. RGB value is (231,14,175). Sum of RGB (Red+Green+Blue) = 231+14+175=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70EAF is #18F150. Grayscale: #606060. Windows color (decimal): -1634641 or 11472615. OLE color: 11472615.
HSL color Cylindrical-coordinate representation of color #E70EAF: hue angle of 315.48º 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 #E70EAF is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.48º | 0.89% | 0.48% | - |
| HSV(B) | 315.48º | 0.94% | 0.91% | - |
| XYZ | 40.85 | 20.4 | 42.34 | - |
| YUV | 97.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 175 | 0 | 0.94 | 0.24 | 0.09 | 315.48 | 0.89 | 0.48 |
| Hex | E7 | E | AF | 0 | 5E | 18 | 9 | 13B | 59 | 30 |
| Octal | 347 | 16 | 257 | 0 | 136 | 30 | 11 | 473 | 131 | 60 |
| Binary | 11100111 | 1110 | 10101111 | 0 | 1011110 | 11000 | 1001 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E70EAF
Complementary color
Monochromatic Colors of #E70EAF
Black with #E70EAF
Text Example
Text Example
White with #E70EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EAF; }
p { color: rgb(231,14,175); }
H1.HeaderClassName
{
color: #E70EAF;
}
.AnyTagClassName
{
color: #E70EAF;
}
</style>
background-color css
<style>
a { background-color: #E70EAF; }
a { background-color: rgb(231,14,175); }
div.DivClassName
{
background-color: #E70EAF;
}
.BgClassName
{
background-color: #E70EAF;
}
</style>
border-color css
<style>
span { border-color: #E70EAF; }
span { border-color: rgb(231,14,175); }
td.TdClassName
{
border-color: #E70EAF;
}
.TagClassName
{
border-color: #E70EAF;
}
</style>