Shades of Hollywood Cerise #E20EB0
Tints of Hollywood Cerise #E20EB0
RGB
CMYK
RGB Variations
Color information
#E20EB0 (or 0xE20EB0) is known color: Hollywood Cerise. HEX triplet: E2, 0E and B0. RGB value is (226,14,176). Sum of RGB (Red+Green+Blue) = 226+14+176=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20EB0 is #1DF14F. Grayscale: #5F5F5F. Windows color (decimal): -1962320 or 11538146. OLE color: 11538146.
HSL color Cylindrical-coordinate representation of color #E20EB0: hue angle of 314.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 176 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.11 |
| HSL | 314.15º | 0.88% | 0.47% | - |
| HSV(B) | 314.15º | 0.94% | 0.89% | - |
| XYZ | 39.36 | 19.62 | 42.79 | - |
| YUV | 95.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 176 | 0 | 0.94 | 0.22 | 0.11 | 314.15 | 0.88 | 0.47 |
| Hex | E2 | E | B0 | 0 | 5E | 16 | B | 13A | 58 | 2F |
| Octal | 342 | 16 | 260 | 0 | 136 | 26 | 13 | 472 | 130 | 57 |
| Binary | 11100010 | 1110 | 10110000 | 0 | 1011110 | 10110 | 1011 | 100111010 | 1011000 | 101111 |
Color Harmonies of #E20EB0
Complementary color
Monochromatic Colors of #E20EB0
Black with #E20EB0
Text Example
Text Example
White with #E20EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EB0; }
p { color: rgb(226,14,176); }
H1.HeaderClassName
{
color: #E20EB0;
}
.AnyTagClassName
{
color: #E20EB0;
}
</style>
background-color css
<style>
a { background-color: #E20EB0; }
a { background-color: rgb(226,14,176); }
div.DivClassName
{
background-color: #E20EB0;
}
.BgClassName
{
background-color: #E20EB0;
}
</style>
border-color css
<style>
span { border-color: #E20EB0; }
span { border-color: rgb(226,14,176); }
td.TdClassName
{
border-color: #E20EB0;
}
.TagClassName
{
border-color: #E20EB0;
}
</style>