Shades of Hollywood Cerise #E011AC
Tints of Hollywood Cerise #E011AC
RGB
CMYK
RGB Variations
Color information
#E011AC (or 0xE011AC) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AC. RGB value is (224,17,172). Sum of RGB (Red+Green+Blue) = 224+17+172=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AC is #1FEE53. Grayscale: #606060. Windows color (decimal): -2092628 or 11276768. OLE color: 11276768.
HSL color Cylindrical-coordinate representation of color #E011AC: hue angle of 315.07º 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 #E011AC is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.12 |
| HSL | 315.07º | 0.86% | 0.47% | - |
| HSV(B) | 315.07º | 0.92% | 0.88% | - |
| XYZ | 38.39 | 19.23 | 40.72 | - |
| YUV | 96.56 | 170.58 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 172 | 0 | 0.92 | 0.23 | 0.12 | 315.07 | 0.86 | 0.47 |
| Hex | E0 | 11 | AC | 0 | 5C | 17 | C | 13B | 56 | 2F |
| Octal | 340 | 21 | 254 | 0 | 134 | 27 | 14 | 473 | 126 | 57 |
| Binary | 11100000 | 10001 | 10101100 | 0 | 1011100 | 10111 | 1100 | 100111011 | 1010110 | 101111 |
Color Harmonies of #E011AC
Complementary color
Monochromatic Colors of #E011AC
Black with #E011AC
Text Example
Text Example
White with #E011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011AC; }
p { color: rgb(224,17,172); }
H1.HeaderClassName
{
color: #E011AC;
}
.AnyTagClassName
{
color: #E011AC;
}
</style>
background-color css
<style>
a { background-color: #E011AC; }
a { background-color: rgb(224,17,172); }
div.DivClassName
{
background-color: #E011AC;
}
.BgClassName
{
background-color: #E011AC;
}
</style>
border-color css
<style>
span { border-color: #E011AC; }
span { border-color: rgb(224,17,172); }
td.TdClassName
{
border-color: #E011AC;
}
.TagClassName
{
border-color: #E011AC;
}
</style>