Shades of Hollywood Cerise #E0139C
Tints of Hollywood Cerise #E0139C
RGB
CMYK
RGB Variations
Color information
#E0139C (or 0xE0139C) is known color: Hollywood Cerise. HEX triplet: E0, 13 and 9C. RGB value is (224,19,156). Sum of RGB (Red+Green+Blue) = 224+19+156=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0139C is #1FEC63. Grayscale: #5F5F5F. Windows color (decimal): -2092132 or 10228704. OLE color: 10228704.
HSL color Cylindrical-coordinate representation of color #E0139C: hue angle of 319.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0139C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.12 |
| HSL | 319.9º | 0.84% | 0.48% | - |
| HSV(B) | 319.9º | 0.92% | 0.88% | - |
| XYZ | 36.97 | 18.71 | 33.12 | - |
| YUV | 95.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 156 | 0 | 0.92 | 0.30 | 0.12 | 319.9 | 0.84 | 0.48 |
| Hex | E0 | 13 | 9C | 0 | 5C | 1E | C | 140 | 54 | 30 |
| Octal | 340 | 23 | 234 | 0 | 134 | 36 | 14 | 500 | 124 | 60 |
| Binary | 11100000 | 10011 | 10011100 | 0 | 1011100 | 11110 | 1100 | 101000000 | 1010100 | 110000 |
Color Harmonies of #E0139C
Complementary color
Monochromatic Colors of #E0139C
Black with #E0139C
Text Example
Text Example
White with #E0139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0139C; }
p { color: rgb(224,19,156); }
H1.HeaderClassName
{
color: #E0139C;
}
.AnyTagClassName
{
color: #E0139C;
}
</style>
background-color css
<style>
a { background-color: #E0139C; }
a { background-color: rgb(224,19,156); }
div.DivClassName
{
background-color: #E0139C;
}
.BgClassName
{
background-color: #E0139C;
}
</style>
border-color css
<style>
span { border-color: #E0139C; }
span { border-color: rgb(224,19,156); }
td.TdClassName
{
border-color: #E0139C;
}
.TagClassName
{
border-color: #E0139C;
}
</style>