Shades of Hollywood Cerise #E70596
Tints of Hollywood Cerise #E70596
RGB
CMYK
RGB Variations
Color information
#E70596 (or 0xE70596) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 96. RGB value is (231,5,150). Sum of RGB (Red+Green+Blue) = 231+5+150=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70596 is #18FA69. Grayscale: #585858. Windows color (decimal): -1636970 or 9831911. OLE color: 9831911.
HSL color Cylindrical-coordinate representation of color #E70596: hue angle of 321.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70596 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.09 |
| HSL | 321.5º | 0.96% | 0.46% | - |
| HSV(B) | 321.5º | 0.98% | 0.91% | - |
| XYZ | 38.51 | 19.3 | 30.55 | - |
| YUV | 89.1 | 162.37 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 150 | 0 | 0.98 | 0.35 | 0.09 | 321.5 | 0.96 | 0.46 |
| Hex | E7 | 5 | 96 | 0 | 62 | 23 | 9 | 142 | 60 | 2E |
| Octal | 347 | 5 | 226 | 0 | 142 | 43 | 11 | 502 | 140 | 56 |
| Binary | 11100111 | 101 | 10010110 | 0 | 1100010 | 100011 | 1001 | 101000010 | 1100000 | 101110 |
Color Harmonies of #E70596
Complementary color
Monochromatic Colors of #E70596
Black with #E70596
Text Example
Text Example
White with #E70596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70596; }
p { color: rgb(231,5,150); }
H1.HeaderClassName
{
color: #E70596;
}
.AnyTagClassName
{
color: #E70596;
}
</style>
background-color css
<style>
a { background-color: #E70596; }
a { background-color: rgb(231,5,150); }
div.DivClassName
{
background-color: #E70596;
}
.BgClassName
{
background-color: #E70596;
}
</style>
border-color css
<style>
span { border-color: #E70596; }
span { border-color: rgb(231,5,150); }
td.TdClassName
{
border-color: #E70596;
}
.TagClassName
{
border-color: #E70596;
}
</style>