Shades of Hollywood Cerise #E411A6
Tints of Hollywood Cerise #E411A6
RGB
CMYK
RGB Variations
Color information
#E411A6 (or 0xE411A6) is known color: Hollywood Cerise. HEX triplet: E4, 11 and A6. RGB value is (228,17,166). Sum of RGB (Red+Green+Blue) = 228+17+166=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E411A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E411A6 is #1BEE59. Grayscale: #606060. Windows color (decimal): -1830490 or 10883556. OLE color: 10883556.
HSL color Cylindrical-coordinate representation of color #E411A6: hue angle of 317.63º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411A6 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 166 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.11 |
| HSL | 317.63º | 0.86% | 0.48% | - |
| HSV(B) | 317.63º | 0.93% | 0.89% | - |
| XYZ | 39.08 | 19.65 | 37.81 | - |
| YUV | 97.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 166 | 0 | 0.93 | 0.27 | 0.11 | 317.63 | 0.86 | 0.48 |
| Hex | E4 | 11 | A6 | 0 | 5D | 1B | B | 13E | 56 | 30 |
| Octal | 344 | 21 | 246 | 0 | 135 | 33 | 13 | 476 | 126 | 60 |
| Binary | 11100100 | 10001 | 10100110 | 0 | 1011101 | 11011 | 1011 | 100111110 | 1010110 | 110000 |
Color Harmonies of #E411A6
Complementary color
Monochromatic Colors of #E411A6
Black with #E411A6
Text Example
Text Example
White with #E411A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E411A6; }
p { color: rgb(228,17,166); }
H1.HeaderClassName
{
color: #E411A6;
}
.AnyTagClassName
{
color: #E411A6;
}
</style>
background-color css
<style>
a { background-color: #E411A6; }
a { background-color: rgb(228,17,166); }
div.DivClassName
{
background-color: #E411A6;
}
.BgClassName
{
background-color: #E411A6;
}
</style>
border-color css
<style>
span { border-color: #E411A6; }
span { border-color: rgb(228,17,166); }
td.TdClassName
{
border-color: #E411A6;
}
.TagClassName
{
border-color: #E411A6;
}
</style>