Shades of Hollywood Cerise #E20DAF
Tints of Hollywood Cerise #E20DAF
RGB
CMYK
RGB Variations
Color information
#E20DAF (or 0xE20DAF) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AF. RGB value is (226,13,175). Sum of RGB (Red+Green+Blue) = 226+13+175=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAF is #1DF250. Grayscale: #5E5E5E. Windows color (decimal): -1962577 or 11472354. OLE color: 11472354.
HSL color Cylindrical-coordinate representation of color #E20DAF: hue angle of 314.37º 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 #E20DAF is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.11 |
| HSL | 314.37º | 0.89% | 0.47% | - |
| HSV(B) | 314.37º | 0.94% | 0.89% | - |
| XYZ | 39.25 | 19.55 | 42.26 | - |
| YUV | 95.16 | 173.07 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 175 | 0 | 0.94 | 0.23 | 0.11 | 314.37 | 0.89 | 0.47 |
| Hex | E2 | D | AF | 0 | 5E | 17 | B | 13A | 59 | 2F |
| Octal | 342 | 15 | 257 | 0 | 136 | 27 | 13 | 472 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101111 | 0 | 1011110 | 10111 | 1011 | 100111010 | 1011001 | 101111 |
Color Harmonies of #E20DAF
Complementary color
Monochromatic Colors of #E20DAF
Black with #E20DAF
Text Example
Text Example
White with #E20DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAF; }
p { color: rgb(226,13,175); }
H1.HeaderClassName
{
color: #E20DAF;
}
.AnyTagClassName
{
color: #E20DAF;
}
</style>
background-color css
<style>
a { background-color: #E20DAF; }
a { background-color: rgb(226,13,175); }
div.DivClassName
{
background-color: #E20DAF;
}
.BgClassName
{
background-color: #E20DAF;
}
</style>
border-color css
<style>
span { border-color: #E20DAF; }
span { border-color: rgb(226,13,175); }
td.TdClassName
{
border-color: #E20DAF;
}
.TagClassName
{
border-color: #E20DAF;
}
</style>