Shades of Hollywood Cerise #E9119D
Tints of Hollywood Cerise #E9119D
RGB
CMYK
RGB Variations
Color information
#E9119D (or 0xE9119D) is known color: Hollywood Cerise. HEX triplet: E9, 11 and 9D. RGB value is (233,17,157). Sum of RGB (Red+Green+Blue) = 233+17+157=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9119D is #16EE62. Grayscale: #616161. Windows color (decimal): -1502819 or 10293737. OLE color: 10293737.
HSL color Cylindrical-coordinate representation of color #E9119D: hue angle of 321.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9119D is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.09 |
| HSL | 321.11º | 0.86% | 0.49% | - |
| HSV(B) | 321.11º | 0.93% | 0.91% | - |
| XYZ | 39.89 | 20.16 | 33.69 | - |
| YUV | 97.54 | 161.56 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 157 | 0 | 0.93 | 0.33 | 0.09 | 321.11 | 0.86 | 0.49 |
| Hex | E9 | 11 | 9D | 0 | 5D | 21 | 9 | 141 | 56 | 31 |
| Octal | 351 | 21 | 235 | 0 | 135 | 41 | 11 | 501 | 126 | 61 |
| Binary | 11101001 | 10001 | 10011101 | 0 | 1011101 | 100001 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E9119D
Complementary color
Monochromatic Colors of #E9119D
Black with #E9119D
Text Example
Text Example
White with #E9119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9119D; }
p { color: rgb(233,17,157); }
H1.HeaderClassName
{
color: #E9119D;
}
.AnyTagClassName
{
color: #E9119D;
}
</style>
background-color css
<style>
a { background-color: #E9119D; }
a { background-color: rgb(233,17,157); }
div.DivClassName
{
background-color: #E9119D;
}
.BgClassName
{
background-color: #E9119D;
}
</style>
border-color css
<style>
span { border-color: #E9119D; }
span { border-color: rgb(233,17,157); }
td.TdClassName
{
border-color: #E9119D;
}
.TagClassName
{
border-color: #E9119D;
}
</style>