Shades of Hollywood Cerise #E10AB0
Tints of Hollywood Cerise #E10AB0
RGB
CMYK
RGB Variations
Color information
#E10AB0 (or 0xE10AB0) is known color: Hollywood Cerise. HEX triplet: E1, 0A and B0. RGB value is (225,10,176). Sum of RGB (Red+Green+Blue) = 225+10+176=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10AB0 is #1EF54F. Grayscale: #5C5C5C. Windows color (decimal): -2028880 or 11537121. OLE color: 11537121.
HSL color Cylindrical-coordinate representation of color #E10AB0: hue angle of 313.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.12 |
| HSL | 313.67º | 0.91% | 0.46% | - |
| HSV(B) | 313.67º | 0.96% | 0.88% | - |
| XYZ | 39 | 19.36 | 42.76 | - |
| YUV | 93.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 176 | 0 | 0.96 | 0.22 | 0.12 | 313.67 | 0.91 | 0.46 |
| Hex | E1 | A | B0 | 0 | 60 | 16 | C | 13A | 5B | 2E |
| Octal | 341 | 12 | 260 | 0 | 140 | 26 | 14 | 472 | 133 | 56 |
| Binary | 11100001 | 1010 | 10110000 | 0 | 1100000 | 10110 | 1100 | 100111010 | 1011011 | 101110 |
Color Harmonies of #E10AB0
Complementary color
Monochromatic Colors of #E10AB0
Black with #E10AB0
Text Example
Text Example
White with #E10AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AB0; }
p { color: rgb(225,10,176); }
H1.HeaderClassName
{
color: #E10AB0;
}
.AnyTagClassName
{
color: #E10AB0;
}
</style>
background-color css
<style>
a { background-color: #E10AB0; }
a { background-color: rgb(225,10,176); }
div.DivClassName
{
background-color: #E10AB0;
}
.BgClassName
{
background-color: #E10AB0;
}
</style>
border-color css
<style>
span { border-color: #E10AB0; }
span { border-color: rgb(225,10,176); }
td.TdClassName
{
border-color: #E10AB0;
}
.TagClassName
{
border-color: #E10AB0;
}
</style>