Shades of Hollywood Cerise #E20596
Tints of Hollywood Cerise #E20596
RGB
CMYK
RGB Variations
Color information
#E20596 (or 0xE20596) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 96. RGB value is (226,5,150). Sum of RGB (Red+Green+Blue) = 226+5+150=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E20596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20596 is #1DFA69. Grayscale: #575757. Windows color (decimal): -1964650 or 9831906. OLE color: 9831906.
HSL color Cylindrical-coordinate representation of color #E20596: hue angle of 320.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20596 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.11 |
| HSL | 320.63º | 0.96% | 0.45% | - |
| HSV(B) | 320.63º | 0.98% | 0.89% | - |
| XYZ | 36.92 | 18.48 | 30.47 | - |
| YUV | 87.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 150 | 0 | 0.98 | 0.34 | 0.11 | 320.63 | 0.96 | 0.45 |
| Hex | E2 | 5 | 96 | 0 | 62 | 22 | B | 141 | 60 | 2D |
| Octal | 342 | 5 | 226 | 0 | 142 | 42 | 13 | 501 | 140 | 55 |
| Binary | 11100010 | 101 | 10010110 | 0 | 1100010 | 100010 | 1011 | 101000001 | 1100000 | 101101 |
Color Harmonies of #E20596
Complementary color
Monochromatic Colors of #E20596
Black with #E20596
Text Example
Text Example
White with #E20596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20596; }
p { color: rgb(226,5,150); }
H1.HeaderClassName
{
color: #E20596;
}
.AnyTagClassName
{
color: #E20596;
}
</style>
background-color css
<style>
a { background-color: #E20596; }
a { background-color: rgb(226,5,150); }
div.DivClassName
{
background-color: #E20596;
}
.BgClassName
{
background-color: #E20596;
}
</style>
border-color css
<style>
span { border-color: #E20596; }
span { border-color: rgb(226,5,150); }
td.TdClassName
{
border-color: #E20596;
}
.TagClassName
{
border-color: #E20596;
}
</style>