Shades of Hollywood Cerise #E90FA8
Tints of Hollywood Cerise #E90FA8
RGB
CMYK
RGB Variations
Color information
#E90FA8 (or 0xE90FA8) is known color: Hollywood Cerise. HEX triplet: E9, 0F and A8. RGB value is (233,15,168). Sum of RGB (Red+Green+Blue) = 233+15+168=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FA8 is #16F057. Grayscale: #616161. Windows color (decimal): -1503320 or 11014121. OLE color: 11014121.
HSL color Cylindrical-coordinate representation of color #E90FA8: hue angle of 317.89º 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 #E90FA8 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 168 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.09 |
| HSL | 317.89º | 0.88% | 0.49% | - |
| HSV(B) | 317.89º | 0.94% | 0.91% | - |
| XYZ | 40.84 | 20.49 | 38.85 | - |
| YUV | 97.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 168 | 0 | 0.94 | 0.28 | 0.09 | 317.89 | 0.88 | 0.49 |
| Hex | E9 | F | A8 | 0 | 5E | 1C | 9 | 13E | 58 | 31 |
| Octal | 351 | 17 | 250 | 0 | 136 | 34 | 11 | 476 | 130 | 61 |
| Binary | 11101001 | 1111 | 10101000 | 0 | 1011110 | 11100 | 1001 | 100111110 | 1011000 | 110001 |
Color Harmonies of #E90FA8
Complementary color
Monochromatic Colors of #E90FA8
Black with #E90FA8
Text Example
Text Example
White with #E90FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FA8; }
p { color: rgb(233,15,168); }
H1.HeaderClassName
{
color: #E90FA8;
}
.AnyTagClassName
{
color: #E90FA8;
}
</style>
background-color css
<style>
a { background-color: #E90FA8; }
a { background-color: rgb(233,15,168); }
div.DivClassName
{
background-color: #E90FA8;
}
.BgClassName
{
background-color: #E90FA8;
}
</style>
border-color css
<style>
span { border-color: #E90FA8; }
span { border-color: rgb(233,15,168); }
td.TdClassName
{
border-color: #E90FA8;
}
.TagClassName
{
border-color: #E90FA8;
}
</style>