Shades of Hollywood Cerise #E119A1
Tints of Hollywood Cerise #E119A1
RGB
CMYK
RGB Variations
Color information
#E119A1 (or 0xE119A1) is known color: Hollywood Cerise. HEX triplet: E1, 19 and A1. RGB value is (225,25,161). Sum of RGB (Red+Green+Blue) = 225+25+161=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E119A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E119A1 is #1EE65E. Grayscale: #636363. Windows color (decimal): -2025055 or 10557921. OLE color: 10557921.
HSL color Cylindrical-coordinate representation of color #E119A1: hue angle of 319.2º 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 #E119A1 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 161 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.12 |
| HSL | 319.2º | 0.8% | 0.49% | - |
| HSV(B) | 319.2º | 0.89% | 0.88% | - |
| XYZ | 37.83 | 19.28 | 35.44 | - |
| YUV | 100.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 161 | 0 | 0.89 | 0.28 | 0.12 | 319.2 | 0.8 | 0.49 |
| Hex | E1 | 19 | A1 | 0 | 59 | 1C | C | 13F | 50 | 31 |
| Octal | 341 | 31 | 241 | 0 | 131 | 34 | 14 | 477 | 120 | 61 |
| Binary | 11100001 | 11001 | 10100001 | 0 | 1011001 | 11100 | 1100 | 100111111 | 1010000 | 110001 |
Color Harmonies of #E119A1
Complementary color
Monochromatic Colors of #E119A1
Black with #E119A1
Text Example
Text Example
White with #E119A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119A1; }
p { color: rgb(225,25,161); }
H1.HeaderClassName
{
color: #E119A1;
}
.AnyTagClassName
{
color: #E119A1;
}
</style>
background-color css
<style>
a { background-color: #E119A1; }
a { background-color: rgb(225,25,161); }
div.DivClassName
{
background-color: #E119A1;
}
.BgClassName
{
background-color: #E119A1;
}
</style>
border-color css
<style>
span { border-color: #E119A1; }
span { border-color: rgb(225,25,161); }
td.TdClassName
{
border-color: #E119A1;
}
.TagClassName
{
border-color: #E119A1;
}
</style>