Shades of Hollywood Cerise #E70599
Tints of Hollywood Cerise #E70599
RGB
CMYK
RGB Variations
Color information
#E70599 (or 0xE70599) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 99. RGB value is (231,5,153). Sum of RGB (Red+Green+Blue) = 231+5+153=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E70599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70599 is #18FA66. Grayscale: #595959. Windows color (decimal): -1636967 or 10028519. OLE color: 10028519.
HSL color Cylindrical-coordinate representation of color #E70599: hue angle of 320.71º 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 #E70599 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 320.71º | 0.96% | 0.46% | - |
| HSV(B) | 320.71º | 0.98% | 0.91% | - |
| XYZ | 38.76 | 19.4 | 31.84 | - |
| YUV | 89.45 | 163.87 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 153 | 0 | 0.98 | 0.34 | 0.09 | 320.71 | 0.96 | 0.46 |
| Hex | E7 | 5 | 99 | 0 | 62 | 22 | 9 | 141 | 60 | 2E |
| Octal | 347 | 5 | 231 | 0 | 142 | 42 | 11 | 501 | 140 | 56 |
| Binary | 11100111 | 101 | 10011001 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E70599
Complementary color
Monochromatic Colors of #E70599
Black with #E70599
Text Example
Text Example
White with #E70599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70599; }
p { color: rgb(231,5,153); }
H1.HeaderClassName
{
color: #E70599;
}
.AnyTagClassName
{
color: #E70599;
}
</style>
background-color css
<style>
a { background-color: #E70599; }
a { background-color: rgb(231,5,153); }
div.DivClassName
{
background-color: #E70599;
}
.BgClassName
{
background-color: #E70599;
}
</style>
border-color css
<style>
span { border-color: #E70599; }
span { border-color: rgb(231,5,153); }
td.TdClassName
{
border-color: #E70599;
}
.TagClassName
{
border-color: #E70599;
}
</style>