Shades of Hollywood Cerise #E70AB0
Tints of Hollywood Cerise #E70AB0
RGB
CMYK
RGB Variations
Color information
#E70AB0 (or 0xE70AB0) is known color: Hollywood Cerise. HEX triplet: E7, 0A and B0. RGB value is (231,10,176). Sum of RGB (Red+Green+Blue) = 231+10+176=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AB0 is #18F54F. Grayscale: #5E5E5E. Windows color (decimal): -1635664 or 11537127. OLE color: 11537127.
HSL color Cylindrical-coordinate representation of color #E70AB0: hue angle of 314.93º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.09 |
| HSL | 314.93º | 0.92% | 0.47% | - |
| HSV(B) | 314.93º | 0.96% | 0.91% | - |
| XYZ | 40.9 | 20.34 | 42.84 | - |
| YUV | 95 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 176 | 0 | 0.96 | 0.24 | 0.09 | 314.93 | 0.92 | 0.47 |
| Hex | E7 | A | B0 | 0 | 60 | 18 | 9 | 13B | 5C | 2F |
| Octal | 347 | 12 | 260 | 0 | 140 | 30 | 11 | 473 | 134 | 57 |
| Binary | 11100111 | 1010 | 10110000 | 0 | 1100000 | 11000 | 1001 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E70AB0
Complementary color
Monochromatic Colors of #E70AB0
Black with #E70AB0
Text Example
Text Example
White with #E70AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AB0; }
p { color: rgb(231,10,176); }
H1.HeaderClassName
{
color: #E70AB0;
}
.AnyTagClassName
{
color: #E70AB0;
}
</style>
background-color css
<style>
a { background-color: #E70AB0; }
a { background-color: rgb(231,10,176); }
div.DivClassName
{
background-color: #E70AB0;
}
.BgClassName
{
background-color: #E70AB0;
}
</style>
border-color css
<style>
span { border-color: #E70AB0; }
span { border-color: rgb(231,10,176); }
td.TdClassName
{
border-color: #E70AB0;
}
.TagClassName
{
border-color: #E70AB0;
}
</style>