Shades of Hollywood Cerise #E70790
Tints of Hollywood Cerise #E70790
RGB
CMYK
RGB Variations
Color information
#E70790 (or 0xE70790) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 90. RGB value is (231,7,144). Sum of RGB (Red+Green+Blue) = 231+7+144=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E70790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70790 is #18F86F. Grayscale: #595959. Windows color (decimal): -1636464 or 9439207. OLE color: 9439207.
HSL color Cylindrical-coordinate representation of color #E70790: hue angle of 323.3º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70790 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.09 |
| HSL | 323.3º | 0.94% | 0.47% | - |
| HSV(B) | 323.3º | 0.97% | 0.91% | - |
| XYZ | 38.07 | 19.15 | 28.08 | - |
| YUV | 89.59 | 158.71 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 144 | 0 | 0.97 | 0.38 | 0.09 | 323.3 | 0.94 | 0.47 |
| Hex | E7 | 7 | 90 | 0 | 61 | 26 | 9 | 143 | 5E | 2F |
| Octal | 347 | 7 | 220 | 0 | 141 | 46 | 11 | 503 | 136 | 57 |
| Binary | 11100111 | 111 | 10010000 | 0 | 1100001 | 100110 | 1001 | 101000011 | 1011110 | 101111 |
Color Harmonies of #E70790
Complementary color
Monochromatic Colors of #E70790
Black with #E70790
Text Example
Text Example
White with #E70790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70790; }
p { color: rgb(231,7,144); }
H1.HeaderClassName
{
color: #E70790;
}
.AnyTagClassName
{
color: #E70790;
}
</style>
background-color css
<style>
a { background-color: #E70790; }
a { background-color: rgb(231,7,144); }
div.DivClassName
{
background-color: #E70790;
}
.BgClassName
{
background-color: #E70790;
}
</style>
border-color css
<style>
span { border-color: #E70790; }
span { border-color: rgb(231,7,144); }
td.TdClassName
{
border-color: #E70790;
}
.TagClassName
{
border-color: #E70790;
}
</style>