Shades of Hollywood Cerise #E20995
Tints of Hollywood Cerise #E20995
RGB
CMYK
RGB Variations
Color information
#E20995 (or 0xE20995) is known color: Hollywood Cerise. HEX triplet: E2, 09 and 95. RGB value is (226,9,149). Sum of RGB (Red+Green+Blue) = 226+9+149=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E20995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20995 is #1DF66A. Grayscale: #595959. Windows color (decimal): -1963627 or 9767394. OLE color: 9767394.
HSL color Cylindrical-coordinate representation of color #E20995: hue angle of 321.29º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20995 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.11 |
| HSL | 321.29º | 0.92% | 0.46% | - |
| HSV(B) | 321.29º | 0.96% | 0.89% | - |
| XYZ | 36.89 | 18.53 | 30.07 | - |
| YUV | 89.84 | 161.39 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 149 | 0 | 0.96 | 0.34 | 0.11 | 321.29 | 0.92 | 0.46 |
| Hex | E2 | 9 | 95 | 0 | 60 | 22 | B | 141 | 5C | 2E |
| Octal | 342 | 11 | 225 | 0 | 140 | 42 | 13 | 501 | 134 | 56 |
| Binary | 11100010 | 1001 | 10010101 | 0 | 1100000 | 100010 | 1011 | 101000001 | 1011100 | 101110 |
Color Harmonies of #E20995
Complementary color
Monochromatic Colors of #E20995
Black with #E20995
Text Example
Text Example
White with #E20995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20995; }
p { color: rgb(226,9,149); }
H1.HeaderClassName
{
color: #E20995;
}
.AnyTagClassName
{
color: #E20995;
}
</style>
background-color css
<style>
a { background-color: #E20995; }
a { background-color: rgb(226,9,149); }
div.DivClassName
{
background-color: #E20995;
}
.BgClassName
{
background-color: #E20995;
}
</style>
border-color css
<style>
span { border-color: #E20995; }
span { border-color: rgb(226,9,149); }
td.TdClassName
{
border-color: #E20995;
}
.TagClassName
{
border-color: #E20995;
}
</style>