Shades of Hollywood Cerise #E1159C
Tints of Hollywood Cerise #E1159C
RGB
CMYK
RGB Variations
Color information
#E1159C (or 0xE1159C) is known color: Hollywood Cerise. HEX triplet: E1, 15 and 9C. RGB value is (225,21,156). Sum of RGB (Red+Green+Blue) = 225+21+156=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1159C is #1EEA63. Grayscale: #616161. Windows color (decimal): -2026084 or 10229217. OLE color: 10229217.
HSL color Cylindrical-coordinate representation of color #E1159C: hue angle of 320.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1159C is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.12 |
| HSL | 320.29º | 0.83% | 0.48% | - |
| HSV(B) | 320.29º | 0.91% | 0.88% | - |
| XYZ | 37.32 | 18.94 | 33.14 | - |
| YUV | 97.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 156 | 0 | 0.91 | 0.31 | 0.12 | 320.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | 9C | 0 | 5B | 1F | C | 140 | 53 | 30 |
| Octal | 341 | 25 | 234 | 0 | 133 | 37 | 14 | 500 | 123 | 60 |
| Binary | 11100001 | 10101 | 10011100 | 0 | 1011011 | 11111 | 1100 | 101000000 | 1010011 | 110000 |
Color Harmonies of #E1159C
Complementary color
Monochromatic Colors of #E1159C
Black with #E1159C
Text Example
Text Example
White with #E1159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1159C; }
p { color: rgb(225,21,156); }
H1.HeaderClassName
{
color: #E1159C;
}
.AnyTagClassName
{
color: #E1159C;
}
</style>
background-color css
<style>
a { background-color: #E1159C; }
a { background-color: rgb(225,21,156); }
div.DivClassName
{
background-color: #E1159C;
}
.BgClassName
{
background-color: #E1159C;
}
</style>
border-color css
<style>
span { border-color: #E1159C; }
span { border-color: rgb(225,21,156); }
td.TdClassName
{
border-color: #E1159C;
}
.TagClassName
{
border-color: #E1159C;
}
</style>