Shades of Hollywood Cerise #E20595
Tints of Hollywood Cerise #E20595
RGB
CMYK
RGB Variations
Color information
#E20595 (or 0xE20595) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 95. RGB value is (226,5,149). Sum of RGB (Red+Green+Blue) = 226+5+149=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E20595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20595 is #1DFA6A. Grayscale: #575757. Windows color (decimal): -1964651 or 9766370. OLE color: 9766370.
HSL color Cylindrical-coordinate representation of color #E20595: hue angle of 320.9º 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 #E20595 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.11 |
| HSL | 320.91º | 0.96% | 0.45% | - |
| HSV(B) | 320.91º | 0.98% | 0.89% | - |
| XYZ | 36.84 | 18.45 | 30.05 | - |
| YUV | 87.5 | 162.72 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 149 | 0 | 0.98 | 0.34 | 0.11 | 320.91 | 0.96 | 0.45 |
| Hex | E2 | 5 | 95 | 0 | 62 | 22 | B | 141 | 60 | 2D |
| Octal | 342 | 5 | 225 | 0 | 142 | 42 | 13 | 501 | 140 | 55 |
| Binary | 11100010 | 101 | 10010101 | 0 | 1100010 | 100010 | 1011 | 101000001 | 1100000 | 101101 |
Color Harmonies of #E20595
Complementary color
Monochromatic Colors of #E20595
Black with #E20595
Text Example
Text Example
White with #E20595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20595; }
p { color: rgb(226,5,149); }
H1.HeaderClassName
{
color: #E20595;
}
.AnyTagClassName
{
color: #E20595;
}
</style>
background-color css
<style>
a { background-color: #E20595; }
a { background-color: rgb(226,5,149); }
div.DivClassName
{
background-color: #E20595;
}
.BgClassName
{
background-color: #E20595;
}
</style>
border-color css
<style>
span { border-color: #E20595; }
span { border-color: rgb(226,5,149); }
td.TdClassName
{
border-color: #E20595;
}
.TagClassName
{
border-color: #E20595;
}
</style>