Shades of Hollywood Cerise #E9019C
Tints of Hollywood Cerise #E9019C
RGB
CMYK
RGB Variations
Color information
#E9019C (or 0xE9019C) is known color: Hollywood Cerise. HEX triplet: E9, 01 and 9C. RGB value is (233,1,156). Sum of RGB (Red+Green+Blue) = 233+1+156=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E9019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9019C is #16FE63. Grayscale: #575757. Windows color (decimal): -1506916 or 10224105. OLE color: 10224105.
HSL color Cylindrical-coordinate representation of color #E9019C: hue angle of 319.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9019C is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.09 |
| HSL | 319.91º | 0.99% | 0.46% | - |
| HSV(B) | 319.91º | 1% | 0.91% | - |
| XYZ | 39.62 | 19.75 | 33.18 | - |
| YUV | 88.04 | 166.36 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 156 | 0 | 1.00 | 0.33 | 0.09 | 319.91 | 0.99 | 0.46 |
| Hex | E9 | 1 | 9C | 0 | 64 | 21 | 9 | 140 | 63 | 2E |
| Octal | 351 | 1 | 234 | 0 | 144 | 41 | 11 | 500 | 143 | 56 |
| Binary | 11101001 | 1 | 10011100 | 0 | 1100100 | 100001 | 1001 | 101000000 | 1100011 | 101110 |
Color Harmonies of #E9019C
Complementary color
Monochromatic Colors of #E9019C
Black with #E9019C
Text Example
Text Example
White with #E9019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9019C; }
p { color: rgb(233,1,156); }
H1.HeaderClassName
{
color: #E9019C;
}
.AnyTagClassName
{
color: #E9019C;
}
</style>
background-color css
<style>
a { background-color: #E9019C; }
a { background-color: rgb(233,1,156); }
div.DivClassName
{
background-color: #E9019C;
}
.BgClassName
{
background-color: #E9019C;
}
</style>
border-color css
<style>
span { border-color: #E9019C; }
span { border-color: rgb(233,1,156); }
td.TdClassName
{
border-color: #E9019C;
}
.TagClassName
{
border-color: #E9019C;
}
</style>