Shades of Hollywood Cerise #E20DAA
Tints of Hollywood Cerise #E20DAA
RGB
CMYK
RGB Variations
Color information
#E20DAA (or 0xE20DAA) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AA. RGB value is (226,13,170). Sum of RGB (Red+Green+Blue) = 226+13+170=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAA is #1DF255. Grayscale: #5E5E5E. Windows color (decimal): -1962582 or 11144674. OLE color: 11144674.
HSL color Cylindrical-coordinate representation of color #E20DAA: hue angle of 315.77º 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 #E20DAA is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.11 |
| HSL | 315.77º | 0.89% | 0.47% | - |
| HSV(B) | 315.77º | 0.94% | 0.89% | - |
| XYZ | 38.76 | 19.36 | 39.72 | - |
| YUV | 94.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 170 | 0 | 0.94 | 0.25 | 0.11 | 315.77 | 0.89 | 0.47 |
| Hex | E2 | D | AA | 0 | 5E | 19 | B | 13C | 59 | 2F |
| Octal | 342 | 15 | 252 | 0 | 136 | 31 | 13 | 474 | 131 | 57 |
| Binary | 11100010 | 1101 | 10101010 | 0 | 1011110 | 11001 | 1011 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E20DAA
Complementary color
Monochromatic Colors of #E20DAA
Black with #E20DAA
Text Example
Text Example
White with #E20DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DAA; }
p { color: rgb(226,13,170); }
H1.HeaderClassName
{
color: #E20DAA;
}
.AnyTagClassName
{
color: #E20DAA;
}
</style>
background-color css
<style>
a { background-color: #E20DAA; }
a { background-color: rgb(226,13,170); }
div.DivClassName
{
background-color: #E20DAA;
}
.BgClassName
{
background-color: #E20DAA;
}
</style>
border-color css
<style>
span { border-color: #E20DAA; }
span { border-color: rgb(226,13,170); }
td.TdClassName
{
border-color: #E20DAA;
}
.TagClassName
{
border-color: #E20DAA;
}
</style>