Shades of Hollywood Cerise #E711A9
Tints of Hollywood Cerise #E711A9
RGB
CMYK
RGB Variations
Color information
#E711A9 (or 0xE711A9) is known color: Hollywood Cerise. HEX triplet: E7, 11 and A9. RGB value is (231,17,169). Sum of RGB (Red+Green+Blue) = 231+17+169=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E711A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E711A9 is #18EE56. Grayscale: #616161. Windows color (decimal): -1633879 or 11080167. OLE color: 11080167.
HSL color Cylindrical-coordinate representation of color #E711A9: hue angle of 317.38º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711A9 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 169 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.09 |
| HSL | 317.38º | 0.86% | 0.49% | - |
| HSV(B) | 317.38º | 0.93% | 0.91% | - |
| XYZ | 40.32 | 20.25 | 39.32 | - |
| YUV | 98.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 169 | 0 | 0.93 | 0.27 | 0.09 | 317.38 | 0.86 | 0.49 |
| Hex | E7 | 11 | A9 | 0 | 5D | 1B | 9 | 13D | 56 | 31 |
| Octal | 347 | 21 | 251 | 0 | 135 | 33 | 11 | 475 | 126 | 61 |
| Binary | 11100111 | 10001 | 10101001 | 0 | 1011101 | 11011 | 1001 | 100111101 | 1010110 | 110001 |
Color Harmonies of #E711A9
Complementary color
Monochromatic Colors of #E711A9
Black with #E711A9
Text Example
Text Example
White with #E711A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711A9; }
p { color: rgb(231,17,169); }
H1.HeaderClassName
{
color: #E711A9;
}
.AnyTagClassName
{
color: #E711A9;
}
</style>
background-color css
<style>
a { background-color: #E711A9; }
a { background-color: rgb(231,17,169); }
div.DivClassName
{
background-color: #E711A9;
}
.BgClassName
{
background-color: #E711A9;
}
</style>
border-color css
<style>
span { border-color: #E711A9; }
span { border-color: rgb(231,17,169); }
td.TdClassName
{
border-color: #E711A9;
}
.TagClassName
{
border-color: #E711A9;
}
</style>