Shades of Hollywood Cerise #E70588
Tints of Hollywood Cerise #E70588
RGB
CMYK
RGB Variations
Color information
#E70588 (or 0xE70588) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 88. RGB value is (231,5,136). Sum of RGB (Red+Green+Blue) = 231+5+136=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70588 is #18FA77. Grayscale: #575757. Windows color (decimal): -1636984 or 8914407. OLE color: 8914407.
HSL color Cylindrical-coordinate representation of color #E70588: hue angle of 325.22º 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 #E70588 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.09 |
| HSL | 325.22º | 0.96% | 0.46% | - |
| HSV(B) | 325.22º | 0.98% | 0.91% | - |
| XYZ | 37.45 | 18.88 | 24.96 | - |
| YUV | 87.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 136 | 0 | 0.98 | 0.41 | 0.09 | 325.22 | 0.96 | 0.46 |
| Hex | E7 | 5 | 88 | 0 | 62 | 29 | 9 | 145 | 60 | 2E |
| Octal | 347 | 5 | 210 | 0 | 142 | 51 | 11 | 505 | 140 | 56 |
| Binary | 11100111 | 101 | 10001000 | 0 | 1100010 | 101001 | 1001 | 101000101 | 1100000 | 101110 |
Color Harmonies of #E70588
Complementary color
Monochromatic Colors of #E70588
Black with #E70588
Text Example
Text Example
White with #E70588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70588; }
p { color: rgb(231,5,136); }
H1.HeaderClassName
{
color: #E70588;
}
.AnyTagClassName
{
color: #E70588;
}
</style>
background-color css
<style>
a { background-color: #E70588; }
a { background-color: rgb(231,5,136); }
div.DivClassName
{
background-color: #E70588;
}
.BgClassName
{
background-color: #E70588;
}
</style>
border-color css
<style>
span { border-color: #E70588; }
span { border-color: rgb(231,5,136); }
td.TdClassName
{
border-color: #E70588;
}
.TagClassName
{
border-color: #E70588;
}
</style>