Shades of Hollywood Cerise #E90FAB
Tints of Hollywood Cerise #E90FAB
RGB
CMYK
RGB Variations
Color information
#E90FAB (or 0xE90FAB) is known color: Hollywood Cerise. HEX triplet: E9, 0F and AB. RGB value is (233,15,171). Sum of RGB (Red+Green+Blue) = 233+15+171=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FAB is #16F054. Grayscale: #616161. Windows color (decimal): -1503317 or 11210729. OLE color: 11210729.
HSL color Cylindrical-coordinate representation of color #E90FAB: hue angle of 317.06º 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 #E90FAB is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.09 |
| HSL | 317.06º | 0.88% | 0.49% | - |
| HSV(B) | 317.06º | 0.94% | 0.91% | - |
| XYZ | 41.13 | 20.61 | 40.34 | - |
| YUV | 97.97 | 169.22 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 171 | 0 | 0.94 | 0.27 | 0.09 | 317.06 | 0.88 | 0.49 |
| Hex | E9 | F | AB | 0 | 5E | 1B | 9 | 13D | 58 | 31 |
| Octal | 351 | 17 | 253 | 0 | 136 | 33 | 11 | 475 | 130 | 61 |
| Binary | 11101001 | 1111 | 10101011 | 0 | 1011110 | 11011 | 1001 | 100111101 | 1011000 | 110001 |
Color Harmonies of #E90FAB
Complementary color
Monochromatic Colors of #E90FAB
Black with #E90FAB
Text Example
Text Example
White with #E90FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FAB; }
p { color: rgb(233,15,171); }
H1.HeaderClassName
{
color: #E90FAB;
}
.AnyTagClassName
{
color: #E90FAB;
}
</style>
background-color css
<style>
a { background-color: #E90FAB; }
a { background-color: rgb(233,15,171); }
div.DivClassName
{
background-color: #E90FAB;
}
.BgClassName
{
background-color: #E90FAB;
}
</style>
border-color css
<style>
span { border-color: #E90FAB; }
span { border-color: rgb(233,15,171); }
td.TdClassName
{
border-color: #E90FAB;
}
.TagClassName
{
border-color: #E90FAB;
}
</style>