Shades of Hollywood Cerise #E0159C
Tints of Hollywood Cerise #E0159C
RGB
CMYK
RGB Variations
Color information
#E0159C (or 0xE0159C) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 9C. RGB value is (224,21,156). Sum of RGB (Red+Green+Blue) = 224+21+156=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0159C is #1FEA63. Grayscale: #606060. Windows color (decimal): -2091620 or 10229216. OLE color: 10229216.
HSL color Cylindrical-coordinate representation of color #E0159C: hue angle of 320.1º 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 #E0159C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.12 |
| HSL | 320.1º | 0.83% | 0.48% | - |
| HSV(B) | 320.1º | 0.91% | 0.88% | - |
| XYZ | 37.01 | 18.78 | 33.13 | - |
| YUV | 97.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 156 | 0 | 0.91 | 0.30 | 0.12 | 320.1 | 0.83 | 0.48 |
| Hex | E0 | 15 | 9C | 0 | 5B | 1E | C | 140 | 53 | 30 |
| Octal | 340 | 25 | 234 | 0 | 133 | 36 | 14 | 500 | 123 | 60 |
| Binary | 11100000 | 10101 | 10011100 | 0 | 1011011 | 11110 | 1100 | 101000000 | 1010011 | 110000 |
Color Harmonies of #E0159C
Complementary color
Monochromatic Colors of #E0159C
Black with #E0159C
Text Example
Text Example
White with #E0159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0159C; }
p { color: rgb(224,21,156); }
H1.HeaderClassName
{
color: #E0159C;
}
.AnyTagClassName
{
color: #E0159C;
}
</style>
background-color css
<style>
a { background-color: #E0159C; }
a { background-color: rgb(224,21,156); }
div.DivClassName
{
background-color: #E0159C;
}
.BgClassName
{
background-color: #E0159C;
}
</style>
border-color css
<style>
span { border-color: #E0159C; }
span { border-color: rgb(224,21,156); }
td.TdClassName
{
border-color: #E0159C;
}
.TagClassName
{
border-color: #E0159C;
}
</style>