Shades of Hollywood Cerise #E011AB
Tints of Hollywood Cerise #E011AB
RGB
CMYK
RGB Variations
Color information
#E011AB (or 0xE011AB) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AB. RGB value is (224,17,171). Sum of RGB (Red+Green+Blue) = 224+17+171=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AB is #1FEE54. Grayscale: #606060. Windows color (decimal): -2092629 or 11211232. OLE color: 11211232.
HSL color Cylindrical-coordinate representation of color #E011AB: hue angle of 315.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011AB is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.12 |
| HSL | 315.36º | 0.86% | 0.47% | - |
| HSV(B) | 315.36º | 0.92% | 0.88% | - |
| XYZ | 38.29 | 19.19 | 40.21 | - |
| YUV | 96.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 171 | 0 | 0.92 | 0.24 | 0.12 | 315.36 | 0.86 | 0.47 |
| Hex | E0 | 11 | AB | 0 | 5C | 18 | C | 13B | 56 | 2F |
| Octal | 340 | 21 | 253 | 0 | 134 | 30 | 14 | 473 | 126 | 57 |
| Binary | 11100000 | 10001 | 10101011 | 0 | 1011100 | 11000 | 1100 | 100111011 | 1010110 | 101111 |
Color Harmonies of #E011AB
Complementary color
Monochromatic Colors of #E011AB
Black with #E011AB
Text Example
Text Example
White with #E011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011AB; }
p { color: rgb(224,17,171); }
H1.HeaderClassName
{
color: #E011AB;
}
.AnyTagClassName
{
color: #E011AB;
}
</style>
background-color css
<style>
a { background-color: #E011AB; }
a { background-color: rgb(224,17,171); }
div.DivClassName
{
background-color: #E011AB;
}
.BgClassName
{
background-color: #E011AB;
}
</style>
border-color css
<style>
span { border-color: #E011AB; }
span { border-color: rgb(224,17,171); }
td.TdClassName
{
border-color: #E011AB;
}
.TagClassName
{
border-color: #E011AB;
}
</style>