Shades of Hollywood Cerise #E20DAC
Tints of Hollywood Cerise #E20DAC
RGB
CMYK
RGB Variations
Color information
#E20DAC (or 0xE20DAC) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AC. RGB value is (226,13,172). Sum of RGB (Red+Green+Blue) = 226+13+172=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAC is #1DF253. Grayscale: #5E5E5E. Windows color (decimal): -1962580 or 11275746. OLE color: 11275746.
HSL color Cylindrical-coordinate representation of color #E20DAC: hue angle of 315.21º degrees, saturation: 0.89, 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 #E20DAC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.11 |
| HSL | 315.21º | 0.89% | 0.47% | - |
| HSV(B) | 315.21º | 0.94% | 0.89% | - |
| XYZ | 38.95 | 19.44 | 40.73 | - |
| YUV | 94.81 | 171.57 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 172 | 0 | 0.94 | 0.24 | 0.11 | 315.21 | 0.89 | 0.47 |
| Hex | E2 | D | AC | 0 | 5E | 18 | B | 13B | 59 | 2F |
| Octal | 342 | 15 | 254 | 0 | 136 | 30 | 13 | 473 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101100 | 0 | 1011110 | 11000 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E20DAC
Complementary color
Monochromatic Colors of #E20DAC
Black with #E20DAC
Text Example
Text Example
White with #E20DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAC; }
p { color: rgb(226,13,172); }
H1.HeaderClassName
{
color: #E20DAC;
}
.AnyTagClassName
{
color: #E20DAC;
}
</style>
background-color css
<style>
a { background-color: #E20DAC; }
a { background-color: rgb(226,13,172); }
div.DivClassName
{
background-color: #E20DAC;
}
.BgClassName
{
background-color: #E20DAC;
}
</style>
border-color css
<style>
span { border-color: #E20DAC; }
span { border-color: rgb(226,13,172); }
td.TdClassName
{
border-color: #E20DAC;
}
.TagClassName
{
border-color: #E20DAC;
}
</style>