Shades of Hollywood Cerise #E9159C
Tints of Hollywood Cerise #E9159C
RGB
CMYK
RGB Variations
Color information
#E9159C (or 0xE9159C) is known color: Hollywood Cerise. HEX triplet: E9, 15 and 9C. RGB value is (233,21,156). Sum of RGB (Red+Green+Blue) = 233+21+156=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9159C is #16EA63. Grayscale: #636363. Windows color (decimal): -1501796 or 10229225. OLE color: 10229225.
HSL color Cylindrical-coordinate representation of color #E9159C: hue angle of 321.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9159C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.09 |
| HSL | 321.79º | 0.83% | 0.5% | - |
| HSV(B) | 321.79º | 0.91% | 0.91% | - |
| XYZ | 39.87 | 20.26 | 33.26 | - |
| YUV | 99.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 156 | 0 | 0.91 | 0.33 | 0.09 | 321.79 | 0.83 | 0.5 |
| Hex | E9 | 15 | 9C | 0 | 5B | 21 | 9 | 142 | 53 | 32 |
| Octal | 351 | 25 | 234 | 0 | 133 | 41 | 11 | 502 | 123 | 62 |
| Binary | 11101001 | 10101 | 10011100 | 0 | 1011011 | 100001 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E9159C
Complementary color
Monochromatic Colors of #E9159C
Black with #E9159C
Text Example
Text Example
White with #E9159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9159C; }
p { color: rgb(233,21,156); }
H1.HeaderClassName
{
color: #E9159C;
}
.AnyTagClassName
{
color: #E9159C;
}
</style>
background-color css
<style>
a { background-color: #E9159C; }
a { background-color: rgb(233,21,156); }
div.DivClassName
{
background-color: #E9159C;
}
.BgClassName
{
background-color: #E9159C;
}
</style>
border-color css
<style>
span { border-color: #E9159C; }
span { border-color: rgb(233,21,156); }
td.TdClassName
{
border-color: #E9159C;
}
.TagClassName
{
border-color: #E9159C;
}
</style>