Shades of Hollywood Cerise #E01597
Tints of Hollywood Cerise #E01597
RGB
CMYK
RGB Variations
Color information
#E01597 (or 0xE01597) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 97. RGB value is (224,21,151). Sum of RGB (Red+Green+Blue) = 224+21+151=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E01597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01597 is #1FEA68. Grayscale: #606060. Windows color (decimal): -2091625 or 9901536. OLE color: 9901536.
HSL color Cylindrical-coordinate representation of color #E01597: hue angle of 321.58º 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 #E01597 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 151 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.12 |
| HSL | 321.58º | 0.83% | 0.48% | - |
| HSV(B) | 321.58º | 0.91% | 0.88% | - |
| XYZ | 36.59 | 18.62 | 30.94 | - |
| YUV | 96.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 151 | 0 | 0.91 | 0.33 | 0.12 | 321.58 | 0.83 | 0.48 |
| Hex | E0 | 15 | 97 | 0 | 5B | 21 | C | 142 | 53 | 30 |
| Octal | 340 | 25 | 227 | 0 | 133 | 41 | 14 | 502 | 123 | 60 |
| Binary | 11100000 | 10101 | 10010111 | 0 | 1011011 | 100001 | 1100 | 101000010 | 1010011 | 110000 |
Color Harmonies of #E01597
Complementary color
Monochromatic Colors of #E01597
Black with #E01597
Text Example
Text Example
White with #E01597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01597; }
p { color: rgb(224,21,151); }
H1.HeaderClassName
{
color: #E01597;
}
.AnyTagClassName
{
color: #E01597;
}
</style>
background-color css
<style>
a { background-color: #E01597; }
a { background-color: rgb(224,21,151); }
div.DivClassName
{
background-color: #E01597;
}
.BgClassName
{
background-color: #E01597;
}
</style>
border-color css
<style>
span { border-color: #E01597; }
span { border-color: rgb(224,21,151); }
td.TdClassName
{
border-color: #E01597;
}
.TagClassName
{
border-color: #E01597;
}
</style>