Shades of Hollywood Cerise #E70489
Tints of Hollywood Cerise #E70489
RGB
CMYK
RGB Variations
Color information
#E70489 (or 0xE70489) is known color: Hollywood Cerise. HEX triplet: E7, 04 and 89. RGB value is (231,4,137). Sum of RGB (Red+Green+Blue) = 231+4+137=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70489 is #18FB76. Grayscale: #565656. Windows color (decimal): -1637239 or 8979687. OLE color: 8979687.
HSL color Cylindrical-coordinate representation of color #E70489: hue angle of 324.85º degrees, saturation: 0.97, 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 #E70489 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.09 |
| HSL | 324.85º | 0.97% | 0.46% | - |
| HSV(B) | 324.85º | 0.98% | 0.91% | - |
| XYZ | 37.51 | 18.88 | 25.33 | - |
| YUV | 87.04 | 156.21 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 137 | 0 | 0.98 | 0.41 | 0.09 | 324.85 | 0.97 | 0.46 |
| Hex | E7 | 4 | 89 | 0 | 62 | 29 | 9 | 145 | 61 | 2E |
| Octal | 347 | 4 | 211 | 0 | 142 | 51 | 11 | 505 | 141 | 56 |
| Binary | 11100111 | 100 | 10001001 | 0 | 1100010 | 101001 | 1001 | 101000101 | 1100001 | 101110 |
Color Harmonies of #E70489
Complementary color
Monochromatic Colors of #E70489
Black with #E70489
Text Example
Text Example
White with #E70489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70489; }
p { color: rgb(231,4,137); }
H1.HeaderClassName
{
color: #E70489;
}
.AnyTagClassName
{
color: #E70489;
}
</style>
background-color css
<style>
a { background-color: #E70489; }
a { background-color: rgb(231,4,137); }
div.DivClassName
{
background-color: #E70489;
}
.BgClassName
{
background-color: #E70489;
}
</style>
border-color css
<style>
span { border-color: #E70489; }
span { border-color: rgb(231,4,137); }
td.TdClassName
{
border-color: #E70489;
}
.TagClassName
{
border-color: #E70489;
}
</style>