Shades of Hollywood Cerise #E01699
Tints of Hollywood Cerise #E01699
RGB
CMYK
RGB Variations
Color information
#E01699 (or 0xE01699) is known color: Hollywood Cerise. HEX triplet: E0, 16 and 99. RGB value is (224,22,153). Sum of RGB (Red+Green+Blue) = 224+22+153=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E01699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01699 is #1FE966. Grayscale: #616161. Windows color (decimal): -2091367 or 10032864. OLE color: 10032864.
HSL color Cylindrical-coordinate representation of color #E01699: hue angle of 321.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01699 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.12 |
| HSL | 321.09º | 0.82% | 0.48% | - |
| HSV(B) | 321.09º | 0.9% | 0.88% | - |
| XYZ | 36.78 | 18.72 | 31.81 | - |
| YUV | 97.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 153 | 0 | 0.90 | 0.32 | 0.12 | 321.09 | 0.82 | 0.48 |
| Hex | E0 | 16 | 99 | 0 | 5A | 20 | C | 141 | 52 | 30 |
| Octal | 340 | 26 | 231 | 0 | 132 | 40 | 14 | 501 | 122 | 60 |
| Binary | 11100000 | 10110 | 10011001 | 0 | 1011010 | 100000 | 1100 | 101000001 | 1010010 | 110000 |
Color Harmonies of #E01699
Complementary color
Monochromatic Colors of #E01699
Black with #E01699
Text Example
Text Example
White with #E01699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01699; }
p { color: rgb(224,22,153); }
H1.HeaderClassName
{
color: #E01699;
}
.AnyTagClassName
{
color: #E01699;
}
</style>
background-color css
<style>
a { background-color: #E01699; }
a { background-color: rgb(224,22,153); }
div.DivClassName
{
background-color: #E01699;
}
.BgClassName
{
background-color: #E01699;
}
</style>
border-color css
<style>
span { border-color: #E01699; }
span { border-color: rgb(224,22,153); }
td.TdClassName
{
border-color: #E01699;
}
.TagClassName
{
border-color: #E01699;
}
</style>