Shades of Hollywood Cerise #E90FA2
Tints of Hollywood Cerise #E90FA2
RGB
CMYK
RGB Variations
Color information
#E90FA2 (or 0xE90FA2) is known color: Hollywood Cerise. HEX triplet: E9, 0F and A2. RGB value is (233,15,162). Sum of RGB (Red+Green+Blue) = 233+15+162=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FA2 is #16F05D. Grayscale: #606060. Windows color (decimal): -1503326 or 10620905. OLE color: 10620905.
HSL color Cylindrical-coordinate representation of color #E90FA2: hue angle of 319.54º 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 #E90FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.09 |
| HSL | 319.54º | 0.88% | 0.49% | - |
| HSV(B) | 319.54º | 0.94% | 0.91% | - |
| XYZ | 40.3 | 20.27 | 35.97 | - |
| YUV | 96.94 | 164.72 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 162 | 0 | 0.94 | 0.30 | 0.09 | 319.54 | 0.88 | 0.49 |
| Hex | E9 | F | A2 | 0 | 5E | 1E | 9 | 140 | 58 | 31 |
| Octal | 351 | 17 | 242 | 0 | 136 | 36 | 11 | 500 | 130 | 61 |
| Binary | 11101001 | 1111 | 10100010 | 0 | 1011110 | 11110 | 1001 | 101000000 | 1011000 | 110001 |
Color Harmonies of #E90FA2
Complementary color
Monochromatic Colors of #E90FA2
Black with #E90FA2
Text Example
Text Example
White with #E90FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FA2; }
p { color: rgb(233,15,162); }
H1.HeaderClassName
{
color: #E90FA2;
}
.AnyTagClassName
{
color: #E90FA2;
}
</style>
background-color css
<style>
a { background-color: #E90FA2; }
a { background-color: rgb(233,15,162); }
div.DivClassName
{
background-color: #E90FA2;
}
.BgClassName
{
background-color: #E90FA2;
}
</style>
border-color css
<style>
span { border-color: #E90FA2; }
span { border-color: rgb(233,15,162); }
td.TdClassName
{
border-color: #E90FA2;
}
.TagClassName
{
border-color: #E90FA2;
}
</style>