Shades of Hollywood Cerise #E20DAD
Tints of Hollywood Cerise #E20DAD
RGB
CMYK
RGB Variations
Color information
#E20DAD (or 0xE20DAD) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AD. RGB value is (226,13,173). Sum of RGB (Red+Green+Blue) = 226+13+173=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAD is #1DF252. Grayscale: #5E5E5E. Windows color (decimal): -1962579 or 11341282. OLE color: 11341282.
HSL color Cylindrical-coordinate representation of color #E20DAD: hue angle of 314.93º 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 #E20DAD is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.11 |
| HSL | 314.93º | 0.89% | 0.47% | - |
| HSV(B) | 314.93º | 0.94% | 0.89% | - |
| XYZ | 39.05 | 19.47 | 41.24 | - |
| YUV | 94.93 | 172.07 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 173 | 0 | 0.94 | 0.23 | 0.11 | 314.93 | 0.89 | 0.47 |
| Hex | E2 | D | AD | 0 | 5E | 17 | B | 13B | 59 | 2F |
| Octal | 342 | 15 | 255 | 0 | 136 | 27 | 13 | 473 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101101 | 0 | 1011110 | 10111 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E20DAD
Complementary color
Monochromatic Colors of #E20DAD
Black with #E20DAD
Text Example
Text Example
White with #E20DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAD; }
p { color: rgb(226,13,173); }
H1.HeaderClassName
{
color: #E20DAD;
}
.AnyTagClassName
{
color: #E20DAD;
}
</style>
background-color css
<style>
a { background-color: #E20DAD; }
a { background-color: rgb(226,13,173); }
div.DivClassName
{
background-color: #E20DAD;
}
.BgClassName
{
background-color: #E20DAD;
}
</style>
border-color css
<style>
span { border-color: #E20DAD; }
span { border-color: rgb(226,13,173); }
td.TdClassName
{
border-color: #E20DAD;
}
.TagClassName
{
border-color: #E20DAD;
}
</style>