Shades of Hollywood Cerise #E016A7
Tints of Hollywood Cerise #E016A7
RGB
CMYK
RGB Variations
Color information
#E016A7 (or 0xE016A7) is known color: Hollywood Cerise. HEX triplet: E0, 16 and A7. RGB value is (224,22,167). Sum of RGB (Red+Green+Blue) = 224+22+167=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E016A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E016A7 is #1FE958. Grayscale: #626262. Windows color (decimal): -2091353 or 10950368. OLE color: 10950368.
HSL color Cylindrical-coordinate representation of color #E016A7: hue angle of 316.93º 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 #E016A7 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 167 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.12 |
| HSL | 316.93º | 0.82% | 0.48% | - |
| HSV(B) | 316.93º | 0.9% | 0.88% | - |
| XYZ | 38 | 19.21 | 38.26 | - |
| YUV | 98.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 167 | 0 | 0.90 | 0.25 | 0.12 | 316.93 | 0.82 | 0.48 |
| Hex | E0 | 16 | A7 | 0 | 5A | 19 | C | 13D | 52 | 30 |
| Octal | 340 | 26 | 247 | 0 | 132 | 31 | 14 | 475 | 122 | 60 |
| Binary | 11100000 | 10110 | 10100111 | 0 | 1011010 | 11001 | 1100 | 100111101 | 1010010 | 110000 |
Color Harmonies of #E016A7
Complementary color
Monochromatic Colors of #E016A7
Black with #E016A7
Text Example
Text Example
White with #E016A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016A7; }
p { color: rgb(224,22,167); }
H1.HeaderClassName
{
color: #E016A7;
}
.AnyTagClassName
{
color: #E016A7;
}
</style>
background-color css
<style>
a { background-color: #E016A7; }
a { background-color: rgb(224,22,167); }
div.DivClassName
{
background-color: #E016A7;
}
.BgClassName
{
background-color: #E016A7;
}
</style>
border-color css
<style>
span { border-color: #E016A7; }
span { border-color: rgb(224,22,167); }
td.TdClassName
{
border-color: #E016A7;
}
.TagClassName
{
border-color: #E016A7;
}
</style>