Shades of Hollywood Cerise #E01598
Tints of Hollywood Cerise #E01598
RGB
CMYK
RGB Variations
Color information
#E01598 (or 0xE01598) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 98. RGB value is (224,21,152). Sum of RGB (Red+Green+Blue) = 224+21+152=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E01598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01598 is #1FEA67. Grayscale: #606060. Windows color (decimal): -2091624 or 9967072. OLE color: 9967072.
HSL color Cylindrical-coordinate representation of color #E01598: hue angle of 321.28º 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 #E01598 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 152 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.12 |
| HSL | 321.28º | 0.83% | 0.48% | - |
| HSV(B) | 321.28º | 0.91% | 0.88% | - |
| XYZ | 36.68 | 18.65 | 31.37 | - |
| YUV | 96.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 152 | 0 | 0.91 | 0.32 | 0.12 | 321.28 | 0.83 | 0.48 |
| Hex | E0 | 15 | 98 | 0 | 5B | 20 | C | 141 | 53 | 30 |
| Octal | 340 | 25 | 230 | 0 | 133 | 40 | 14 | 501 | 123 | 60 |
| Binary | 11100000 | 10101 | 10011000 | 0 | 1011011 | 100000 | 1100 | 101000001 | 1010011 | 110000 |
Color Harmonies of #E01598
Complementary color
Monochromatic Colors of #E01598
Black with #E01598
Text Example
Text Example
White with #E01598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01598; }
p { color: rgb(224,21,152); }
H1.HeaderClassName
{
color: #E01598;
}
.AnyTagClassName
{
color: #E01598;
}
</style>
background-color css
<style>
a { background-color: #E01598; }
a { background-color: rgb(224,21,152); }
div.DivClassName
{
background-color: #E01598;
}
.BgClassName
{
background-color: #E01598;
}
</style>
border-color css
<style>
span { border-color: #E01598; }
span { border-color: rgb(224,21,152); }
td.TdClassName
{
border-color: #E01598;
}
.TagClassName
{
border-color: #E01598;
}
</style>