Shades of Hollywood Cerise #E50AB0
Tints of Hollywood Cerise #E50AB0
RGB
CMYK
RGB Variations
Color information
#E50AB0 (or 0xE50AB0) is known color: Hollywood Cerise. HEX triplet: E5, 0A and B0. RGB value is (229,10,176). Sum of RGB (Red+Green+Blue) = 229+10+176=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E50AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50AB0 is #1AF54F. Grayscale: #5D5D5D. Windows color (decimal): -1766736 or 11537125. OLE color: 11537125.
HSL color Cylindrical-coordinate representation of color #E50AB0: hue angle of 314.52º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.10 |
| HSL | 314.52º | 0.92% | 0.47% | - |
| HSV(B) | 314.52º | 0.96% | 0.9% | - |
| XYZ | 40.26 | 20.01 | 42.81 | - |
| YUV | 94.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 176 | 0 | 0.96 | 0.23 | 0.10 | 314.52 | 0.92 | 0.47 |
| Hex | E5 | A | B0 | 0 | 60 | 17 | A | 13B | 5C | 2F |
| Octal | 345 | 12 | 260 | 0 | 140 | 27 | 12 | 473 | 134 | 57 |
| Binary | 11100101 | 1010 | 10110000 | 0 | 1100000 | 10111 | 1010 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E50AB0
Complementary color
Monochromatic Colors of #E50AB0
Black with #E50AB0
Text Example
Text Example
White with #E50AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AB0; }
p { color: rgb(229,10,176); }
H1.HeaderClassName
{
color: #E50AB0;
}
.AnyTagClassName
{
color: #E50AB0;
}
</style>
background-color css
<style>
a { background-color: #E50AB0; }
a { background-color: rgb(229,10,176); }
div.DivClassName
{
background-color: #E50AB0;
}
.BgClassName
{
background-color: #E50AB0;
}
</style>
border-color css
<style>
span { border-color: #E50AB0; }
span { border-color: rgb(229,10,176); }
td.TdClassName
{
border-color: #E50AB0;
}
.TagClassName
{
border-color: #E50AB0;
}
</style>