Shades of Hollywood Cerise #E90CA6
Tints of Hollywood Cerise #E90CA6
RGB
CMYK
RGB Variations
Color information
#E90CA6 (or 0xE90CA6) is known color: Hollywood Cerise. HEX triplet: E9, 0C and A6. RGB value is (233,12,166). Sum of RGB (Red+Green+Blue) = 233+12+166=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90CA6 is #16F359. Grayscale: #5F5F5F. Windows color (decimal): -1504090 or 10882281. OLE color: 10882281.
HSL color Cylindrical-coordinate representation of color #E90CA6: hue angle of 318.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CA6 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 166 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.09 |
| HSL | 318.19º | 0.9% | 0.48% | - |
| HSV(B) | 318.19º | 0.95% | 0.91% | - |
| XYZ | 40.62 | 20.34 | 37.86 | - |
| YUV | 95.64 | 167.72 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 166 | 0 | 0.95 | 0.29 | 0.09 | 318.19 | 0.9 | 0.48 |
| Hex | E9 | C | A6 | 0 | 5F | 1D | 9 | 13E | 5A | 30 |
| Octal | 351 | 14 | 246 | 0 | 137 | 35 | 11 | 476 | 132 | 60 |
| Binary | 11101001 | 1100 | 10100110 | 0 | 1011111 | 11101 | 1001 | 100111110 | 1011010 | 110000 |
Color Harmonies of #E90CA6
Complementary color
Monochromatic Colors of #E90CA6
Black with #E90CA6
Text Example
Text Example
White with #E90CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CA6; }
p { color: rgb(233,12,166); }
H1.HeaderClassName
{
color: #E90CA6;
}
.AnyTagClassName
{
color: #E90CA6;
}
</style>
background-color css
<style>
a { background-color: #E90CA6; }
a { background-color: rgb(233,12,166); }
div.DivClassName
{
background-color: #E90CA6;
}
.BgClassName
{
background-color: #E90CA6;
}
</style>
border-color css
<style>
span { border-color: #E90CA6; }
span { border-color: rgb(233,12,166); }
td.TdClassName
{
border-color: #E90CA6;
}
.TagClassName
{
border-color: #E90CA6;
}
</style>