Shades of Hollywood Cerise #E90296
Tints of Hollywood Cerise #E90296
RGB
CMYK
RGB Variations
Color information
#E90296 (or 0xE90296) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 96. RGB value is (233,2,150). Sum of RGB (Red+Green+Blue) = 233+2+150=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E90296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90296 is #16FD69. Grayscale: #575757. Windows color (decimal): -1506666 or 9831145. OLE color: 9831145.
HSL color Cylindrical-coordinate representation of color #E90296: hue angle of 321.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90296 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.09 |
| HSL | 321.56º | 0.98% | 0.46% | - |
| HSV(B) | 321.56º | 0.99% | 0.91% | - |
| XYZ | 39.13 | 19.57 | 30.57 | - |
| YUV | 87.94 | 163.03 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 150 | 0 | 0.99 | 0.36 | 0.09 | 321.56 | 0.98 | 0.46 |
| Hex | E9 | 2 | 96 | 0 | 63 | 24 | 9 | 142 | 62 | 2E |
| Octal | 351 | 2 | 226 | 0 | 143 | 44 | 11 | 502 | 142 | 56 |
| Binary | 11101001 | 10 | 10010110 | 0 | 1100011 | 100100 | 1001 | 101000010 | 1100010 | 101110 |
Color Harmonies of #E90296
Complementary color
Monochromatic Colors of #E90296
Black with #E90296
Text Example
Text Example
White with #E90296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90296; }
p { color: rgb(233,2,150); }
H1.HeaderClassName
{
color: #E90296;
}
.AnyTagClassName
{
color: #E90296;
}
</style>
background-color css
<style>
a { background-color: #E90296; }
a { background-color: rgb(233,2,150); }
div.DivClassName
{
background-color: #E90296;
}
.BgClassName
{
background-color: #E90296;
}
</style>
border-color css
<style>
span { border-color: #E90296; }
span { border-color: rgb(233,2,150); }
td.TdClassName
{
border-color: #E90296;
}
.TagClassName
{
border-color: #E90296;
}
</style>