Shades of Hollywood Cerise #E012AB
Tints of Hollywood Cerise #E012AB
RGB
CMYK
RGB Variations
Color information
#E012AB (or 0xE012AB) is known color: Hollywood Cerise. HEX triplet: E0, 12 and AB. RGB value is (224,18,171). Sum of RGB (Red+Green+Blue) = 224+18+171=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E012AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E012AB is #1FED54. Grayscale: #606060. Windows color (decimal): -2092373 or 11211488. OLE color: 11211488.
HSL color Cylindrical-coordinate representation of color #E012AB: hue angle of 315.44º degrees, saturation: 0.85, 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 #E012AB is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.12 |
| HSL | 315.44º | 0.85% | 0.47% | - |
| HSV(B) | 315.44º | 0.92% | 0.88% | - |
| XYZ | 38.31 | 19.22 | 40.22 | - |
| YUV | 97.04 | 169.75 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 171 | 0 | 0.92 | 0.24 | 0.12 | 315.44 | 0.85 | 0.47 |
| Hex | E0 | 12 | AB | 0 | 5C | 18 | C | 13B | 55 | 2F |
| Octal | 340 | 22 | 253 | 0 | 134 | 30 | 14 | 473 | 125 | 57 |
| Binary | 11100000 | 10010 | 10101011 | 0 | 1011100 | 11000 | 1100 | 100111011 | 1010101 | 101111 |
Color Harmonies of #E012AB
Complementary color
Monochromatic Colors of #E012AB
Black with #E012AB
Text Example
Text Example
White with #E012AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012AB; }
p { color: rgb(224,18,171); }
H1.HeaderClassName
{
color: #E012AB;
}
.AnyTagClassName
{
color: #E012AB;
}
</style>
background-color css
<style>
a { background-color: #E012AB; }
a { background-color: rgb(224,18,171); }
div.DivClassName
{
background-color: #E012AB;
}
.BgClassName
{
background-color: #E012AB;
}
</style>
border-color css
<style>
span { border-color: #E012AB; }
span { border-color: rgb(224,18,171); }
td.TdClassName
{
border-color: #E012AB;
}
.TagClassName
{
border-color: #E012AB;
}
</style>