Shades of Hollywood Cerise #E90C9C
Tints of Hollywood Cerise #E90C9C
RGB
CMYK
RGB Variations
Color information
#E90C9C (or 0xE90C9C) is known color: Hollywood Cerise. HEX triplet: E9, 0C and 9C. RGB value is (233,12,156). Sum of RGB (Red+Green+Blue) = 233+12+156=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C9C is #16F363. Grayscale: #5E5E5E. Windows color (decimal): -1504100 or 10226921. OLE color: 10226921.
HSL color Cylindrical-coordinate representation of color #E90C9C: hue angle of 320.9º 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 #E90C9C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.09 |
| HSL | 320.91º | 0.9% | 0.48% | - |
| HSV(B) | 320.91º | 0.95% | 0.91% | - |
| XYZ | 39.74 | 19.99 | 33.22 | - |
| YUV | 94.5 | 162.72 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 156 | 0 | 0.95 | 0.33 | 0.09 | 320.91 | 0.9 | 0.48 |
| Hex | E9 | C | 9C | 0 | 5F | 21 | 9 | 141 | 5A | 30 |
| Octal | 351 | 14 | 234 | 0 | 137 | 41 | 11 | 501 | 132 | 60 |
| Binary | 11101001 | 1100 | 10011100 | 0 | 1011111 | 100001 | 1001 | 101000001 | 1011010 | 110000 |
Color Harmonies of #E90C9C
Complementary color
Monochromatic Colors of #E90C9C
Black with #E90C9C
Text Example
Text Example
White with #E90C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C9C; }
p { color: rgb(233,12,156); }
H1.HeaderClassName
{
color: #E90C9C;
}
.AnyTagClassName
{
color: #E90C9C;
}
</style>
background-color css
<style>
a { background-color: #E90C9C; }
a { background-color: rgb(233,12,156); }
div.DivClassName
{
background-color: #E90C9C;
}
.BgClassName
{
background-color: #E90C9C;
}
</style>
border-color css
<style>
span { border-color: #E90C9C; }
span { border-color: rgb(233,12,156); }
td.TdClassName
{
border-color: #E90C9C;
}
.TagClassName
{
border-color: #E90C9C;
}
</style>