Shades of Hollywood Cerise #E90589
Tints of Hollywood Cerise #E90589
RGB
CMYK
RGB Variations
Color information
#E90589 (or 0xE90589) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 89. RGB value is (233,5,137). Sum of RGB (Red+Green+Blue) = 233+5+137=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E90589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90589 is #16FA76. Grayscale: #575757. Windows color (decimal): -1505911 or 8979945. OLE color: 8979945.
HSL color Cylindrical-coordinate representation of color #E90589: hue angle of 325.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90589 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.09 |
| HSL | 325.26º | 0.96% | 0.47% | - |
| HSV(B) | 325.26º | 0.98% | 0.91% | - |
| XYZ | 38.17 | 19.24 | 25.37 | - |
| YUV | 88.22 | 155.54 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 137 | 0 | 0.98 | 0.41 | 0.09 | 325.26 | 0.96 | 0.47 |
| Hex | E9 | 5 | 89 | 0 | 62 | 29 | 9 | 145 | 60 | 2F |
| Octal | 351 | 5 | 211 | 0 | 142 | 51 | 11 | 505 | 140 | 57 |
| Binary | 11101001 | 101 | 10001001 | 0 | 1100010 | 101001 | 1001 | 101000101 | 1100000 | 101111 |
Color Harmonies of #E90589
Complementary color
Monochromatic Colors of #E90589
Black with #E90589
Text Example
Text Example
White with #E90589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90589; }
p { color: rgb(233,5,137); }
H1.HeaderClassName
{
color: #E90589;
}
.AnyTagClassName
{
color: #E90589;
}
</style>
background-color css
<style>
a { background-color: #E90589; }
a { background-color: rgb(233,5,137); }
div.DivClassName
{
background-color: #E90589;
}
.BgClassName
{
background-color: #E90589;
}
</style>
border-color css
<style>
span { border-color: #E90589; }
span { border-color: rgb(233,5,137); }
td.TdClassName
{
border-color: #E90589;
}
.TagClassName
{
border-color: #E90589;
}
</style>