Shades of Hollywood Cerise #E20DAE
Tints of Hollywood Cerise #E20DAE
RGB
CMYK
RGB Variations
Color information
#E20DAE (or 0xE20DAE) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AE. RGB value is (226,13,174). Sum of RGB (Red+Green+Blue) = 226+13+174=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAE is #1DF251. Grayscale: #5E5E5E. Windows color (decimal): -1962578 or 11406818. OLE color: 11406818.
HSL color Cylindrical-coordinate representation of color #E20DAE: hue angle of 314.65º 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 #E20DAE is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.11 |
| HSL | 314.65º | 0.89% | 0.47% | - |
| HSV(B) | 314.65º | 0.94% | 0.89% | - |
| XYZ | 39.15 | 19.51 | 41.75 | - |
| YUV | 95.04 | 172.57 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 174 | 0 | 0.94 | 0.23 | 0.11 | 314.65 | 0.89 | 0.47 |
| Hex | E2 | D | AE | 0 | 5E | 17 | B | 13B | 59 | 2F |
| Octal | 342 | 15 | 256 | 0 | 136 | 27 | 13 | 473 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101110 | 0 | 1011110 | 10111 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E20DAE
Complementary color
Monochromatic Colors of #E20DAE
Black with #E20DAE
Text Example
Text Example
White with #E20DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAE; }
p { color: rgb(226,13,174); }
H1.HeaderClassName
{
color: #E20DAE;
}
.AnyTagClassName
{
color: #E20DAE;
}
</style>
background-color css
<style>
a { background-color: #E20DAE; }
a { background-color: rgb(226,13,174); }
div.DivClassName
{
background-color: #E20DAE;
}
.BgClassName
{
background-color: #E20DAE;
}
</style>
border-color css
<style>
span { border-color: #E20DAE; }
span { border-color: rgb(226,13,174); }
td.TdClassName
{
border-color: #E20DAE;
}
.TagClassName
{
border-color: #E20DAE;
}
</style>