Shades of Hollywood Cerise #E4199C
Tints of Hollywood Cerise #E4199C
RGB
CMYK
RGB Variations
Color information
#E4199C (or 0xE4199C) is known color: Hollywood Cerise. HEX triplet: E4, 19 and 9C. RGB value is (228,25,156). Sum of RGB (Red+Green+Blue) = 228+25+156=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E4199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4199C is #1BE663. Grayscale: #646464. Windows color (decimal): -1828452 or 10230244. OLE color: 10230244.
HSL color Cylindrical-coordinate representation of color #E4199C: hue angle of 321.28º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4199C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 156 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.11 |
| HSL | 321.28º | 0.8% | 0.5% | - |
| HSV(B) | 321.28º | 0.89% | 0.89% | - |
| XYZ | 38.34 | 19.59 | 33.21 | - |
| YUV | 100.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 156 | 0 | 0.89 | 0.32 | 0.11 | 321.28 | 0.8 | 0.5 |
| Hex | E4 | 19 | 9C | 0 | 59 | 20 | B | 141 | 50 | 32 |
| Octal | 344 | 31 | 234 | 0 | 131 | 40 | 13 | 501 | 120 | 62 |
| Binary | 11100100 | 11001 | 10011100 | 0 | 1011001 | 100000 | 1011 | 101000001 | 1010000 | 110010 |
Color Harmonies of #E4199C
Complementary color
Monochromatic Colors of #E4199C
Black with #E4199C
Text Example
Text Example
White with #E4199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4199C; }
p { color: rgb(228,25,156); }
H1.HeaderClassName
{
color: #E4199C;
}
.AnyTagClassName
{
color: #E4199C;
}
</style>
background-color css
<style>
a { background-color: #E4199C; }
a { background-color: rgb(228,25,156); }
div.DivClassName
{
background-color: #E4199C;
}
.BgClassName
{
background-color: #E4199C;
}
</style>
border-color css
<style>
span { border-color: #E4199C; }
span { border-color: rgb(228,25,156); }
td.TdClassName
{
border-color: #E4199C;
}
.TagClassName
{
border-color: #E4199C;
}
</style>