Shades of Hollywood Cerise #E011AD
Tints of Hollywood Cerise #E011AD
RGB
CMYK
RGB Variations
Color information
#E011AD (or 0xE011AD) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AD. RGB value is (224,17,173). Sum of RGB (Red+Green+Blue) = 224+17+173=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AD is #1FEE52. Grayscale: #606060. Windows color (decimal): -2092627 or 11342304. OLE color: 11342304.
HSL color Cylindrical-coordinate representation of color #E011AD: hue angle of 314.78º 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 #E011AD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.12 |
| HSL | 314.78º | 0.86% | 0.47% | - |
| HSV(B) | 314.78º | 0.92% | 0.88% | - |
| XYZ | 38.48 | 19.27 | 41.23 | - |
| YUV | 96.68 | 171.08 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 173 | 0 | 0.92 | 0.23 | 0.12 | 314.78 | 0.86 | 0.47 |
| Hex | E0 | 11 | AD | 0 | 5C | 17 | C | 13B | 56 | 2F |
| Octal | 340 | 21 | 255 | 0 | 134 | 27 | 14 | 473 | 126 | 57 |
| Binary | 11100000 | 10001 | 10101101 | 0 | 1011100 | 10111 | 1100 | 100111011 | 1010110 | 101111 |
Color Harmonies of #E011AD
Complementary color
Monochromatic Colors of #E011AD
Black with #E011AD
Text Example
Text Example
White with #E011AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011AD; }
p { color: rgb(224,17,173); }
H1.HeaderClassName
{
color: #E011AD;
}
.AnyTagClassName
{
color: #E011AD;
}
</style>
background-color css
<style>
a { background-color: #E011AD; }
a { background-color: rgb(224,17,173); }
div.DivClassName
{
background-color: #E011AD;
}
.BgClassName
{
background-color: #E011AD;
}
</style>
border-color css
<style>
span { border-color: #E011AD; }
span { border-color: rgb(224,17,173); }
td.TdClassName
{
border-color: #E011AD;
}
.TagClassName
{
border-color: #E011AD;
}
</style>