Shades of Hollywood Cerise #E015A6
Tints of Hollywood Cerise #E015A6
RGB
CMYK
RGB Variations
Color information
#E015A6 (or 0xE015A6) is known color: Hollywood Cerise. HEX triplet: E0, 15 and A6. RGB value is (224,21,166). Sum of RGB (Red+Green+Blue) = 224+21+166=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E015A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015A6 is #1FEA59. Grayscale: #616161. Windows color (decimal): -2091610 or 10884576. OLE color: 10884576.
HSL color Cylindrical-coordinate representation of color #E015A6: hue angle of 317.14º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015A6 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 166 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.12 |
| HSL | 317.14º | 0.83% | 0.48% | - |
| HSV(B) | 317.14º | 0.91% | 0.88% | - |
| XYZ | 37.89 | 19.14 | 37.77 | - |
| YUV | 98.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 166 | 0 | 0.91 | 0.26 | 0.12 | 317.14 | 0.83 | 0.48 |
| Hex | E0 | 15 | A6 | 0 | 5B | 1A | C | 13D | 53 | 30 |
| Octal | 340 | 25 | 246 | 0 | 133 | 32 | 14 | 475 | 123 | 60 |
| Binary | 11100000 | 10101 | 10100110 | 0 | 1011011 | 11010 | 1100 | 100111101 | 1010011 | 110000 |
Color Harmonies of #E015A6
Complementary color
Monochromatic Colors of #E015A6
Black with #E015A6
Text Example
Text Example
White with #E015A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015A6; }
p { color: rgb(224,21,166); }
H1.HeaderClassName
{
color: #E015A6;
}
.AnyTagClassName
{
color: #E015A6;
}
</style>
background-color css
<style>
a { background-color: #E015A6; }
a { background-color: rgb(224,21,166); }
div.DivClassName
{
background-color: #E015A6;
}
.BgClassName
{
background-color: #E015A6;
}
</style>
border-color css
<style>
span { border-color: #E015A6; }
span { border-color: rgb(224,21,166); }
td.TdClassName
{
border-color: #E015A6;
}
.TagClassName
{
border-color: #E015A6;
}
</style>