Shades of Hollywood Cerise #E0019F
Tints of Hollywood Cerise #E0019F
RGB
CMYK
RGB Variations
Color information
#E0019F (or 0xE0019F) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 9F. RGB value is (224,1,159). Sum of RGB (Red+Green+Blue) = 224+1+159=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0019F is #1FFE60. Grayscale: #555555. Windows color (decimal): -2096737 or 10420704. OLE color: 10420704.
HSL color Cylindrical-coordinate representation of color #E0019F: hue angle of 317.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0019F is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.12 |
| HSL | 317.49º | 0.99% | 0.44% | - |
| HSV(B) | 317.49º | 1% | 0.88% | - |
| XYZ | 37.01 | 18.37 | 34.4 | - |
| YUV | 85.69 | 169.38 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 159 | 0 | 1.00 | 0.29 | 0.12 | 317.49 | 0.99 | 0.44 |
| Hex | E0 | 1 | 9F | 0 | 64 | 1D | C | 13D | 63 | 2C |
| Octal | 340 | 1 | 237 | 0 | 144 | 35 | 14 | 475 | 143 | 54 |
| Binary | 11100000 | 1 | 10011111 | 0 | 1100100 | 11101 | 1100 | 100111101 | 1100011 | 101100 |
Color Harmonies of #E0019F
Complementary color
Monochromatic Colors of #E0019F
Black with #E0019F
Text Example
Text Example
White with #E0019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0019F; }
p { color: rgb(224,1,159); }
H1.HeaderClassName
{
color: #E0019F;
}
.AnyTagClassName
{
color: #E0019F;
}
</style>
background-color css
<style>
a { background-color: #E0019F; }
a { background-color: rgb(224,1,159); }
div.DivClassName
{
background-color: #E0019F;
}
.BgClassName
{
background-color: #E0019F;
}
</style>
border-color css
<style>
span { border-color: #E0019F; }
span { border-color: rgb(224,1,159); }
td.TdClassName
{
border-color: #E0019F;
}
.TagClassName
{
border-color: #E0019F;
}
</style>