Shades of Hollywood Cerise #E119A0
Tints of Hollywood Cerise #E119A0
RGB
CMYK
RGB Variations
Color information
#E119A0 (or 0xE119A0) is known color: Hollywood Cerise. HEX triplet: E1, 19 and A0. RGB value is (225,25,160). Sum of RGB (Red+Green+Blue) = 225+25+160=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E119A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E119A0 is #1EE65F. Grayscale: #636363. Windows color (decimal): -2025056 or 10492385. OLE color: 10492385.
HSL color Cylindrical-coordinate representation of color #E119A0: hue angle of 319.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E119A0 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 160 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.12 |
| HSL | 319.5º | 0.8% | 0.49% | - |
| HSV(B) | 319.5º | 0.89% | 0.88% | - |
| XYZ | 37.74 | 19.24 | 34.98 | - |
| YUV | 100.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 160 | 0 | 0.89 | 0.29 | 0.12 | 319.5 | 0.8 | 0.49 |
| Hex | E1 | 19 | A0 | 0 | 59 | 1D | C | 140 | 50 | 31 |
| Octal | 341 | 31 | 240 | 0 | 131 | 35 | 14 | 500 | 120 | 61 |
| Binary | 11100001 | 11001 | 10100000 | 0 | 1011001 | 11101 | 1100 | 101000000 | 1010000 | 110001 |
Color Harmonies of #E119A0
Complementary color
Monochromatic Colors of #E119A0
Black with #E119A0
Text Example
Text Example
White with #E119A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119A0; }
p { color: rgb(225,25,160); }
H1.HeaderClassName
{
color: #E119A0;
}
.AnyTagClassName
{
color: #E119A0;
}
</style>
background-color css
<style>
a { background-color: #E119A0; }
a { background-color: rgb(225,25,160); }
div.DivClassName
{
background-color: #E119A0;
}
.BgClassName
{
background-color: #E119A0;
}
</style>
border-color css
<style>
span { border-color: #E119A0; }
span { border-color: rgb(225,25,160); }
td.TdClassName
{
border-color: #E119A0;
}
.TagClassName
{
border-color: #E119A0;
}
</style>