Shades of Hollywood Cerise #E0159F
Tints of Hollywood Cerise #E0159F
RGB
CMYK
RGB Variations
Color information
#E0159F (or 0xE0159F) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 9F. RGB value is (224,21,159). Sum of RGB (Red+Green+Blue) = 224+21+159=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0159F is #1FEA60. Grayscale: #616161. Windows color (decimal): -2091617 or 10425824. OLE color: 10425824.
HSL color Cylindrical-coordinate representation of color #E0159F: hue angle of 319.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0159F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 159 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.12 |
| HSL | 319.21º | 0.83% | 0.48% | - |
| HSV(B) | 319.21º | 0.91% | 0.88% | - |
| XYZ | 37.27 | 18.89 | 34.48 | - |
| YUV | 97.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 159 | 0 | 0.91 | 0.29 | 0.12 | 319.21 | 0.83 | 0.48 |
| Hex | E0 | 15 | 9F | 0 | 5B | 1D | C | 13F | 53 | 30 |
| Octal | 340 | 25 | 237 | 0 | 133 | 35 | 14 | 477 | 123 | 60 |
| Binary | 11100000 | 10101 | 10011111 | 0 | 1011011 | 11101 | 1100 | 100111111 | 1010011 | 110000 |
Color Harmonies of #E0159F
Complementary color
Monochromatic Colors of #E0159F
Black with #E0159F
Text Example
Text Example
White with #E0159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0159F; }
p { color: rgb(224,21,159); }
H1.HeaderClassName
{
color: #E0159F;
}
.AnyTagClassName
{
color: #E0159F;
}
</style>
background-color css
<style>
a { background-color: #E0159F; }
a { background-color: rgb(224,21,159); }
div.DivClassName
{
background-color: #E0159F;
}
.BgClassName
{
background-color: #E0159F;
}
</style>
border-color css
<style>
span { border-color: #E0159F; }
span { border-color: rgb(224,21,159); }
td.TdClassName
{
border-color: #E0159F;
}
.TagClassName
{
border-color: #E0159F;
}
</style>