Shades of Hollywood Cerise #E911A6
Tints of Hollywood Cerise #E911A6
RGB
CMYK
RGB Variations
Color information
#E911A6 (or 0xE911A6) is known color: Hollywood Cerise. HEX triplet: E9, 11 and A6. RGB value is (233,17,166). Sum of RGB (Red+Green+Blue) = 233+17+166=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E911A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E911A6 is #16EE59. Grayscale: #626262. Windows color (decimal): -1502810 or 10883561. OLE color: 10883561.
HSL color Cylindrical-coordinate representation of color #E911A6: hue angle of 318.61º 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 #E911A6 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 166 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.09 |
| HSL | 318.61º | 0.86% | 0.49% | - |
| HSV(B) | 318.61º | 0.93% | 0.91% | - |
| XYZ | 40.69 | 20.48 | 37.88 | - |
| YUV | 98.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 166 | 0 | 0.93 | 0.29 | 0.09 | 318.61 | 0.86 | 0.49 |
| Hex | E9 | 11 | A6 | 0 | 5D | 1D | 9 | 13F | 56 | 31 |
| Octal | 351 | 21 | 246 | 0 | 135 | 35 | 11 | 477 | 126 | 61 |
| Binary | 11101001 | 10001 | 10100110 | 0 | 1011101 | 11101 | 1001 | 100111111 | 1010110 | 110001 |
Color Harmonies of #E911A6
Complementary color
Monochromatic Colors of #E911A6
Black with #E911A6
Text Example
Text Example
White with #E911A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E911A6; }
p { color: rgb(233,17,166); }
H1.HeaderClassName
{
color: #E911A6;
}
.AnyTagClassName
{
color: #E911A6;
}
</style>
background-color css
<style>
a { background-color: #E911A6; }
a { background-color: rgb(233,17,166); }
div.DivClassName
{
background-color: #E911A6;
}
.BgClassName
{
background-color: #E911A6;
}
</style>
border-color css
<style>
span { border-color: #E911A6; }
span { border-color: rgb(233,17,166); }
td.TdClassName
{
border-color: #E911A6;
}
.TagClassName
{
border-color: #E911A6;
}
</style>