Shades of Hollywood Cerise #E510AB
Tints of Hollywood Cerise #E510AB
RGB
CMYK
RGB Variations
Color information
#E510AB (or 0xE510AB) is known color: Hollywood Cerise. HEX triplet: E5, 10 and AB. RGB value is (229,16,171). Sum of RGB (Red+Green+Blue) = 229+16+171=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E510AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510AB is #1AEF54. Grayscale: #606060. Windows color (decimal): -1765205 or 11210981. OLE color: 11210981.
HSL color Cylindrical-coordinate representation of color #E510AB: hue angle of 316.34º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510AB is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.10 |
| HSL | 316.34º | 0.87% | 0.48% | - |
| HSV(B) | 316.34º | 0.93% | 0.9% | - |
| XYZ | 39.85 | 19.97 | 40.28 | - |
| YUV | 97.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 171 | 0 | 0.93 | 0.25 | 0.10 | 316.34 | 0.87 | 0.48 |
| Hex | E5 | 10 | AB | 0 | 5D | 19 | A | 13C | 57 | 30 |
| Octal | 345 | 20 | 253 | 0 | 135 | 31 | 12 | 474 | 127 | 60 |
| Binary | 11100101 | 10000 | 10101011 | 0 | 1011101 | 11001 | 1010 | 100111100 | 1010111 | 110000 |
Color Harmonies of #E510AB
Complementary color
Monochromatic Colors of #E510AB
Black with #E510AB
Text Example
Text Example
White with #E510AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510AB; }
p { color: rgb(229,16,171); }
H1.HeaderClassName
{
color: #E510AB;
}
.AnyTagClassName
{
color: #E510AB;
}
</style>
background-color css
<style>
a { background-color: #E510AB; }
a { background-color: rgb(229,16,171); }
div.DivClassName
{
background-color: #E510AB;
}
.BgClassName
{
background-color: #E510AB;
}
</style>
border-color css
<style>
span { border-color: #E510AB; }
span { border-color: rgb(229,16,171); }
td.TdClassName
{
border-color: #E510AB;
}
.TagClassName
{
border-color: #E510AB;
}
</style>