Shades of Hollywood Cerise #E1199A
Tints of Hollywood Cerise #E1199A
RGB
CMYK
RGB Variations
Color information
#E1199A (or 0xE1199A) is known color: Hollywood Cerise. HEX triplet: E1, 19 and 9A. RGB value is (225,25,154). Sum of RGB (Red+Green+Blue) = 225+25+154=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1199A is #1EE665. Grayscale: #636363. Windows color (decimal): -2025062 or 10099169. OLE color: 10099169.
HSL color Cylindrical-coordinate representation of color #E1199A: hue angle of 321.3º 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 #E1199A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 154 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.12 |
| HSL | 321.3º | 0.8% | 0.49% | - |
| HSV(B) | 321.3º | 0.89% | 0.88% | - |
| XYZ | 37.23 | 19.04 | 32.28 | - |
| YUV | 99.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 154 | 0 | 0.89 | 0.32 | 0.12 | 321.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 9A | 0 | 59 | 20 | C | 141 | 50 | 31 |
| Octal | 341 | 31 | 232 | 0 | 131 | 40 | 14 | 501 | 120 | 61 |
| Binary | 11100001 | 11001 | 10011010 | 0 | 1011001 | 100000 | 1100 | 101000001 | 1010000 | 110001 |
Color Harmonies of #E1199A
Complementary color
Monochromatic Colors of #E1199A
Black with #E1199A
Text Example
Text Example
White with #E1199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1199A; }
p { color: rgb(225,25,154); }
H1.HeaderClassName
{
color: #E1199A;
}
.AnyTagClassName
{
color: #E1199A;
}
</style>
background-color css
<style>
a { background-color: #E1199A; }
a { background-color: rgb(225,25,154); }
div.DivClassName
{
background-color: #E1199A;
}
.BgClassName
{
background-color: #E1199A;
}
</style>
border-color css
<style>
span { border-color: #E1199A; }
span { border-color: rgb(225,25,154); }
td.TdClassName
{
border-color: #E1199A;
}
.TagClassName
{
border-color: #E1199A;
}
</style>