Shades of Hollywood Cerise #E1199F
Tints of Hollywood Cerise #E1199F
RGB
CMYK
RGB Variations
Color information
#E1199F (or 0xE1199F) is known color: Hollywood Cerise. HEX triplet: E1, 19 and 9F. RGB value is (225,25,159). Sum of RGB (Red+Green+Blue) = 225+25+159=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E1199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1199F is #1EE660. Grayscale: #636363. Windows color (decimal): -2025057 or 10426849. OLE color: 10426849.
HSL color Cylindrical-coordinate representation of color #E1199F: hue angle of 319.8º 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 #E1199F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.12 |
| HSL | 319.8º | 0.8% | 0.49% | - |
| HSV(B) | 319.8º | 0.89% | 0.88% | - |
| XYZ | 37.66 | 19.21 | 34.52 | - |
| YUV | 100.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 159 | 0 | 0.89 | 0.29 | 0.12 | 319.8 | 0.8 | 0.49 |
| Hex | E1 | 19 | 9F | 0 | 59 | 1D | C | 140 | 50 | 31 |
| Octal | 341 | 31 | 237 | 0 | 131 | 35 | 14 | 500 | 120 | 61 |
| Binary | 11100001 | 11001 | 10011111 | 0 | 1011001 | 11101 | 1100 | 101000000 | 1010000 | 110001 |
Color Harmonies of #E1199F
Complementary color
Monochromatic Colors of #E1199F
Black with #E1199F
Text Example
Text Example
White with #E1199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1199F; }
p { color: rgb(225,25,159); }
H1.HeaderClassName
{
color: #E1199F;
}
.AnyTagClassName
{
color: #E1199F;
}
</style>
background-color css
<style>
a { background-color: #E1199F; }
a { background-color: rgb(225,25,159); }
div.DivClassName
{
background-color: #E1199F;
}
.BgClassName
{
background-color: #E1199F;
}
</style>
border-color css
<style>
span { border-color: #E1199F; }
span { border-color: rgb(225,25,159); }
td.TdClassName
{
border-color: #E1199F;
}
.TagClassName
{
border-color: #E1199F;
}
</style>