Shades of Hollywood Cerise #E20DAB
Tints of Hollywood Cerise #E20DAB
RGB
CMYK
RGB Variations
Color information
#E20DAB (or 0xE20DAB) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AB. RGB value is (226,13,171). Sum of RGB (Red+Green+Blue) = 226+13+171=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAB is #1DF254. Grayscale: #5E5E5E. Windows color (decimal): -1962581 or 11210210. OLE color: 11210210.
HSL color Cylindrical-coordinate representation of color #E20DAB: hue angle of 315.49º 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 #E20DAB is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.11 |
| HSL | 315.49º | 0.89% | 0.47% | - |
| HSV(B) | 315.49º | 0.94% | 0.89% | - |
| XYZ | 38.86 | 19.4 | 40.22 | - |
| YUV | 94.7 | 171.07 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 171 | 0 | 0.94 | 0.24 | 0.11 | 315.49 | 0.89 | 0.47 |
| Hex | E2 | D | AB | 0 | 5E | 18 | B | 13B | 59 | 2F |
| Octal | 342 | 15 | 253 | 0 | 136 | 30 | 13 | 473 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101011 | 0 | 1011110 | 11000 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E20DAB
Complementary color
Monochromatic Colors of #E20DAB
Black with #E20DAB
Text Example
Text Example
White with #E20DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAB; }
p { color: rgb(226,13,171); }
H1.HeaderClassName
{
color: #E20DAB;
}
.AnyTagClassName
{
color: #E20DAB;
}
</style>
background-color css
<style>
a { background-color: #E20DAB; }
a { background-color: rgb(226,13,171); }
div.DivClassName
{
background-color: #E20DAB;
}
.BgClassName
{
background-color: #E20DAB;
}
</style>
border-color css
<style>
span { border-color: #E20DAB; }
span { border-color: rgb(226,13,171); }
td.TdClassName
{
border-color: #E20DAB;
}
.TagClassName
{
border-color: #E20DAB;
}
</style>