Shades of Hollywood Cerise #E01599
Tints of Hollywood Cerise #E01599
RGB
CMYK
RGB Variations
Color information
#E01599 (or 0xE01599) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 99. RGB value is (224,21,153). Sum of RGB (Red+Green+Blue) = 224+21+153=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E01599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01599 is #1FEA66. Grayscale: #606060. Windows color (decimal): -2091623 or 10032608. OLE color: 10032608.
HSL color Cylindrical-coordinate representation of color #E01599: hue angle of 320.99º 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 #E01599 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.12 |
| HSL | 320.99º | 0.83% | 0.48% | - |
| HSV(B) | 320.99º | 0.91% | 0.88% | - |
| XYZ | 36.76 | 18.68 | 31.81 | - |
| YUV | 96.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 153 | 0 | 0.91 | 0.32 | 0.12 | 320.99 | 0.83 | 0.48 |
| Hex | E0 | 15 | 99 | 0 | 5B | 20 | C | 141 | 53 | 30 |
| Octal | 340 | 25 | 231 | 0 | 133 | 40 | 14 | 501 | 123 | 60 |
| Binary | 11100000 | 10101 | 10011001 | 0 | 1011011 | 100000 | 1100 | 101000001 | 1010011 | 110000 |
Color Harmonies of #E01599
Complementary color
Monochromatic Colors of #E01599
Black with #E01599
Text Example
Text Example
White with #E01599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01599; }
p { color: rgb(224,21,153); }
H1.HeaderClassName
{
color: #E01599;
}
.AnyTagClassName
{
color: #E01599;
}
</style>
background-color css
<style>
a { background-color: #E01599; }
a { background-color: rgb(224,21,153); }
div.DivClassName
{
background-color: #E01599;
}
.BgClassName
{
background-color: #E01599;
}
</style>
border-color css
<style>
span { border-color: #E01599; }
span { border-color: rgb(224,21,153); }
td.TdClassName
{
border-color: #E01599;
}
.TagClassName
{
border-color: #E01599;
}
</style>