Shades of Hollywood Cerise #E016AA
Tints of Hollywood Cerise #E016AA
RGB
CMYK
RGB Variations
Color information
#E016AA (or 0xE016AA) is known color: Hollywood Cerise. HEX triplet: E0, 16 and AA. RGB value is (224,22,170). Sum of RGB (Red+Green+Blue) = 224+22+170=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E016AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E016AA is #1FE955. Grayscale: #626262. Windows color (decimal): -2091350 or 11146976. OLE color: 11146976.
HSL color Cylindrical-coordinate representation of color #E016AA: hue angle of 316.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016AA is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.12 |
| HSL | 316.04º | 0.82% | 0.48% | - |
| HSV(B) | 316.04º | 0.9% | 0.88% | - |
| XYZ | 38.28 | 19.32 | 39.74 | - |
| YUV | 99.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 170 | 0 | 0.90 | 0.24 | 0.12 | 316.04 | 0.82 | 0.48 |
| Hex | E0 | 16 | AA | 0 | 5A | 18 | C | 13C | 52 | 30 |
| Octal | 340 | 26 | 252 | 0 | 132 | 30 | 14 | 474 | 122 | 60 |
| Binary | 11100000 | 10110 | 10101010 | 0 | 1011010 | 11000 | 1100 | 100111100 | 1010010 | 110000 |
Color Harmonies of #E016AA
Complementary color
Monochromatic Colors of #E016AA
Black with #E016AA
Text Example
Text Example
White with #E016AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016AA; }
p { color: rgb(224,22,170); }
H1.HeaderClassName
{
color: #E016AA;
}
.AnyTagClassName
{
color: #E016AA;
}
</style>
background-color css
<style>
a { background-color: #E016AA; }
a { background-color: rgb(224,22,170); }
div.DivClassName
{
background-color: #E016AA;
}
.BgClassName
{
background-color: #E016AA;
}
</style>
border-color css
<style>
span { border-color: #E016AA; }
span { border-color: rgb(224,22,170); }
td.TdClassName
{
border-color: #E016AA;
}
.TagClassName
{
border-color: #E016AA;
}
</style>