Shades of Hollywood Cerise #E90991
Tints of Hollywood Cerise #E90991
RGB
CMYK
RGB Variations
Color information
#E90991 (or 0xE90991) is known color: Hollywood Cerise. HEX triplet: E9, 09 and 91. RGB value is (233,9,145). Sum of RGB (Red+Green+Blue) = 233+9+145=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E90991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90991 is #16F66E. Grayscale: #5B5B5B. Windows color (decimal): -1504879 or 9505257. OLE color: 9505257.
HSL color Cylindrical-coordinate representation of color #E90991: hue angle of 323.57º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90991 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.09 |
| HSL | 323.57º | 0.93% | 0.47% | - |
| HSV(B) | 323.57º | 0.96% | 0.91% | - |
| XYZ | 38.81 | 19.56 | 28.52 | - |
| YUV | 91.48 | 158.21 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 145 | 0 | 0.96 | 0.38 | 0.09 | 323.57 | 0.93 | 0.47 |
| Hex | E9 | 9 | 91 | 0 | 60 | 26 | 9 | 144 | 5D | 2F |
| Octal | 351 | 11 | 221 | 0 | 140 | 46 | 11 | 504 | 135 | 57 |
| Binary | 11101001 | 1001 | 10010001 | 0 | 1100000 | 100110 | 1001 | 101000100 | 1011101 | 101111 |
Color Harmonies of #E90991
Complementary color
Monochromatic Colors of #E90991
Black with #E90991
Text Example
Text Example
White with #E90991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90991; }
p { color: rgb(233,9,145); }
H1.HeaderClassName
{
color: #E90991;
}
.AnyTagClassName
{
color: #E90991;
}
</style>
background-color css
<style>
a { background-color: #E90991; }
a { background-color: rgb(233,9,145); }
div.DivClassName
{
background-color: #E90991;
}
.BgClassName
{
background-color: #E90991;
}
</style>
border-color css
<style>
span { border-color: #E90991; }
span { border-color: rgb(233,9,145); }
td.TdClassName
{
border-color: #E90991;
}
.TagClassName
{
border-color: #E90991;
}
</style>