Shades of Hollywood Cerise #E90FA5
Tints of Hollywood Cerise #E90FA5
RGB
CMYK
RGB Variations
Color information
#E90FA5 (or 0xE90FA5) is known color: Hollywood Cerise. HEX triplet: E9, 0F and A5. RGB value is (233,15,165). Sum of RGB (Red+Green+Blue) = 233+15+165=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FA5 is #16F05A. Grayscale: #606060. Windows color (decimal): -1503323 or 10817513. OLE color: 10817513.
HSL color Cylindrical-coordinate representation of color #E90FA5: hue angle of 318.72º 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 #E90FA5 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 165 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.09 |
| HSL | 318.72º | 0.88% | 0.49% | - |
| HSV(B) | 318.72º | 0.94% | 0.91% | - |
| XYZ | 40.57 | 20.38 | 37.39 | - |
| YUV | 97.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 165 | 0 | 0.94 | 0.29 | 0.09 | 318.72 | 0.88 | 0.49 |
| Hex | E9 | F | A5 | 0 | 5E | 1D | 9 | 13F | 58 | 31 |
| Octal | 351 | 17 | 245 | 0 | 136 | 35 | 11 | 477 | 130 | 61 |
| Binary | 11101001 | 1111 | 10100101 | 0 | 1011110 | 11101 | 1001 | 100111111 | 1011000 | 110001 |
Color Harmonies of #E90FA5
Complementary color
Monochromatic Colors of #E90FA5
Black with #E90FA5
Text Example
Text Example
White with #E90FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FA5; }
p { color: rgb(233,15,165); }
H1.HeaderClassName
{
color: #E90FA5;
}
.AnyTagClassName
{
color: #E90FA5;
}
</style>
background-color css
<style>
a { background-color: #E90FA5; }
a { background-color: rgb(233,15,165); }
div.DivClassName
{
background-color: #E90FA5;
}
.BgClassName
{
background-color: #E90FA5;
}
</style>
border-color css
<style>
span { border-color: #E90FA5; }
span { border-color: rgb(233,15,165); }
td.TdClassName
{
border-color: #E90FA5;
}
.TagClassName
{
border-color: #E90FA5;
}
</style>