Shades of Hollywood Cerise #E9019F
Tints of Hollywood Cerise #E9019F
RGB
CMYK
RGB Variations
Color information
#E9019F (or 0xE9019F) is known color: Hollywood Cerise. HEX triplet: E9, 01 and 9F. RGB value is (233,1,159). Sum of RGB (Red+Green+Blue) = 233+1+159=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9019F is #16FE60. Grayscale: #575757. Windows color (decimal): -1506913 or 10420713. OLE color: 10420713.
HSL color Cylindrical-coordinate representation of color #E9019F: hue angle of 319.14º 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 #E9019F is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.09 |
| HSL | 319.14º | 0.99% | 0.46% | - |
| HSV(B) | 319.14º | 1% | 0.91% | - |
| XYZ | 39.87 | 19.85 | 34.53 | - |
| YUV | 88.38 | 167.86 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 159 | 0 | 1.00 | 0.32 | 0.09 | 319.14 | 0.99 | 0.46 |
| Hex | E9 | 1 | 9F | 0 | 64 | 20 | 9 | 13F | 63 | 2E |
| Octal | 351 | 1 | 237 | 0 | 144 | 40 | 11 | 477 | 143 | 56 |
| Binary | 11101001 | 1 | 10011111 | 0 | 1100100 | 100000 | 1001 | 100111111 | 1100011 | 101110 |
Color Harmonies of #E9019F
Complementary color
Monochromatic Colors of #E9019F
Black with #E9019F
Text Example
Text Example
White with #E9019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9019F; }
p { color: rgb(233,1,159); }
H1.HeaderClassName
{
color: #E9019F;
}
.AnyTagClassName
{
color: #E9019F;
}
</style>
background-color css
<style>
a { background-color: #E9019F; }
a { background-color: rgb(233,1,159); }
div.DivClassName
{
background-color: #E9019F;
}
.BgClassName
{
background-color: #E9019F;
}
</style>
border-color css
<style>
span { border-color: #E9019F; }
span { border-color: rgb(233,1,159); }
td.TdClassName
{
border-color: #E9019F;
}
.TagClassName
{
border-color: #E9019F;
}
</style>