Shades of Hollywood Cerise #E9119B
Tints of Hollywood Cerise #E9119B
RGB
CMYK
RGB Variations
Color information
#E9119B (or 0xE9119B) is known color: Hollywood Cerise. HEX triplet: E9, 11 and 9B. RGB value is (233,17,155). Sum of RGB (Red+Green+Blue) = 233+17+155=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9119B is #16EE64. Grayscale: #606060. Windows color (decimal): -1502821 or 10162665. OLE color: 10162665.
HSL color Cylindrical-coordinate representation of color #E9119B: hue angle of 321.67º 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 #E9119B is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.09 |
| HSL | 321.67º | 0.86% | 0.49% | - |
| HSV(B) | 321.67º | 0.93% | 0.91% | - |
| XYZ | 39.72 | 20.09 | 32.79 | - |
| YUV | 97.32 | 160.56 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 155 | 0 | 0.93 | 0.33 | 0.09 | 321.67 | 0.86 | 0.49 |
| Hex | E9 | 11 | 9B | 0 | 5D | 21 | 9 | 142 | 56 | 31 |
| Octal | 351 | 21 | 233 | 0 | 135 | 41 | 11 | 502 | 126 | 61 |
| Binary | 11101001 | 10001 | 10011011 | 0 | 1011101 | 100001 | 1001 | 101000010 | 1010110 | 110001 |
Color Harmonies of #E9119B
Complementary color
Monochromatic Colors of #E9119B
Black with #E9119B
Text Example
Text Example
White with #E9119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9119B; }
p { color: rgb(233,17,155); }
H1.HeaderClassName
{
color: #E9119B;
}
.AnyTagClassName
{
color: #E9119B;
}
</style>
background-color css
<style>
a { background-color: #E9119B; }
a { background-color: rgb(233,17,155); }
div.DivClassName
{
background-color: #E9119B;
}
.BgClassName
{
background-color: #E9119B;
}
</style>
border-color css
<style>
span { border-color: #E9119B; }
span { border-color: rgb(233,17,155); }
td.TdClassName
{
border-color: #E9119B;
}
.TagClassName
{
border-color: #E9119B;
}
</style>