Shades of Hollywood Cerise #E1199B
Tints of Hollywood Cerise #E1199B
RGB
CMYK
RGB Variations
Color information
#E1199B (or 0xE1199B) is known color: Hollywood Cerise. HEX triplet: E1, 19 and 9B. RGB value is (225,25,155). Sum of RGB (Red+Green+Blue) = 225+25+155=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1199B is #1EE664. Grayscale: #636363. Windows color (decimal): -2025061 or 10164705. OLE color: 10164705.
HSL color Cylindrical-coordinate representation of color #E1199B: hue angle of 321º 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 #E1199B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 155 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.12 |
| HSL | 321º | 0.8% | 0.49% | - |
| HSV(B) | 321º | 0.89% | 0.88% | - |
| XYZ | 37.32 | 19.07 | 32.72 | - |
| YUV | 99.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 155 | 0 | 0.89 | 0.31 | 0.12 | 321 | 0.8 | 0.49 |
| Hex | E1 | 19 | 9B | 0 | 59 | 1F | C | 141 | 50 | 31 |
| Octal | 341 | 31 | 233 | 0 | 131 | 37 | 14 | 501 | 120 | 61 |
| Binary | 11100001 | 11001 | 10011011 | 0 | 1011001 | 11111 | 1100 | 101000001 | 1010000 | 110001 |
Color Harmonies of #E1199B
Complementary color
Monochromatic Colors of #E1199B
Black with #E1199B
Text Example
Text Example
White with #E1199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1199B; }
p { color: rgb(225,25,155); }
H1.HeaderClassName
{
color: #E1199B;
}
.AnyTagClassName
{
color: #E1199B;
}
</style>
background-color css
<style>
a { background-color: #E1199B; }
a { background-color: rgb(225,25,155); }
div.DivClassName
{
background-color: #E1199B;
}
.BgClassName
{
background-color: #E1199B;
}
</style>
border-color css
<style>
span { border-color: #E1199B; }
span { border-color: rgb(225,25,155); }
td.TdClassName
{
border-color: #E1199B;
}
.TagClassName
{
border-color: #E1199B;
}
</style>