Shades of Hollywood Cerise #E1189C
Tints of Hollywood Cerise #E1189C
RGB
CMYK
RGB Variations
Color information
#E1189C (or 0xE1189C) is known color: Hollywood Cerise. HEX triplet: E1, 18 and 9C. RGB value is (225,24,156). Sum of RGB (Red+Green+Blue) = 225+24+156=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1189C is #1EE763. Grayscale: #626262. Windows color (decimal): -2025316 or 10229985. OLE color: 10229985.
HSL color Cylindrical-coordinate representation of color #E1189C: hue angle of 320.6º degrees, saturation: 0.81, 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 #E1189C is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 156 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.12 |
| HSL | 320.6º | 0.81% | 0.49% | - |
| HSV(B) | 320.6º | 0.89% | 0.88% | - |
| XYZ | 37.38 | 19.06 | 33.16 | - |
| YUV | 99.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 156 | 0 | 0.89 | 0.31 | 0.12 | 320.6 | 0.81 | 0.49 |
| Hex | E1 | 18 | 9C | 0 | 59 | 1F | C | 141 | 51 | 31 |
| Octal | 341 | 30 | 234 | 0 | 131 | 37 | 14 | 501 | 121 | 61 |
| Binary | 11100001 | 11000 | 10011100 | 0 | 1011001 | 11111 | 1100 | 101000001 | 1010001 | 110001 |
Color Harmonies of #E1189C
Complementary color
Monochromatic Colors of #E1189C
Black with #E1189C
Text Example
Text Example
White with #E1189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1189C; }
p { color: rgb(225,24,156); }
H1.HeaderClassName
{
color: #E1189C;
}
.AnyTagClassName
{
color: #E1189C;
}
</style>
background-color css
<style>
a { background-color: #E1189C; }
a { background-color: rgb(225,24,156); }
div.DivClassName
{
background-color: #E1189C;
}
.BgClassName
{
background-color: #E1189C;
}
</style>
border-color css
<style>
span { border-color: #E1189C; }
span { border-color: rgb(225,24,156); }
td.TdClassName
{
border-color: #E1189C;
}
.TagClassName
{
border-color: #E1189C;
}
</style>