Shades of Hollywood Cerise #E90F9C
Tints of Hollywood Cerise #E90F9C
RGB
CMYK
RGB Variations
Color information
#E90F9C (or 0xE90F9C) is known color: Hollywood Cerise. HEX triplet: E9, 0F and 9C. RGB value is (233,15,156). Sum of RGB (Red+Green+Blue) = 233+15+156=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F9C is #16F063. Grayscale: #5F5F5F. Windows color (decimal): -1503332 or 10227689. OLE color: 10227689.
HSL color Cylindrical-coordinate representation of color #E90F9C: hue angle of 321.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F9C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 156 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.19º | 0.88% | 0.49% | - |
| HSV(B) | 321.19º | 0.94% | 0.91% | - |
| XYZ | 39.78 | 20.07 | 33.23 | - |
| YUV | 96.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 156 | 0 | 0.94 | 0.33 | 0.09 | 321.19 | 0.88 | 0.49 |
| Hex | E9 | F | 9C | 0 | 5E | 21 | 9 | 141 | 58 | 31 |
| Octal | 351 | 17 | 234 | 0 | 136 | 41 | 11 | 501 | 130 | 61 |
| Binary | 11101001 | 1111 | 10011100 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011000 | 110001 |
Color Harmonies of #E90F9C
Complementary color
Monochromatic Colors of #E90F9C
Black with #E90F9C
Text Example
Text Example
White with #E90F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F9C; }
p { color: rgb(233,15,156); }
H1.HeaderClassName
{
color: #E90F9C;
}
.AnyTagClassName
{
color: #E90F9C;
}
</style>
background-color css
<style>
a { background-color: #E90F9C; }
a { background-color: rgb(233,15,156); }
div.DivClassName
{
background-color: #E90F9C;
}
.BgClassName
{
background-color: #E90F9C;
}
</style>
border-color css
<style>
span { border-color: #E90F9C; }
span { border-color: rgb(233,15,156); }
td.TdClassName
{
border-color: #E90F9C;
}
.TagClassName
{
border-color: #E90F9C;
}
</style>