Shades of Hollywood Cerise #E90298
Tints of Hollywood Cerise #E90298
RGB
CMYK
RGB Variations
Color information
#E90298 (or 0xE90298) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 98. RGB value is (233,2,152). Sum of RGB (Red+Green+Blue) = 233+2+152=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E90298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90298 is #16FD67. Grayscale: #575757. Windows color (decimal): -1506664 or 9962217. OLE color: 9962217.
HSL color Cylindrical-coordinate representation of color #E90298: hue angle of 321.04º 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 #E90298 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.09 |
| HSL | 321.04º | 0.98% | 0.46% | - |
| HSV(B) | 321.04º | 0.99% | 0.91% | - |
| XYZ | 39.29 | 19.63 | 31.42 | - |
| YUV | 88.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 152 | 0 | 0.99 | 0.35 | 0.09 | 321.04 | 0.98 | 0.46 |
| Hex | E9 | 2 | 98 | 0 | 63 | 23 | 9 | 141 | 62 | 2E |
| Octal | 351 | 2 | 230 | 0 | 143 | 43 | 11 | 501 | 142 | 56 |
| Binary | 11101001 | 10 | 10011000 | 0 | 1100011 | 100011 | 1001 | 101000001 | 1100010 | 101110 |
Color Harmonies of #E90298
Complementary color
Monochromatic Colors of #E90298
Black with #E90298
Text Example
Text Example
White with #E90298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90298; }
p { color: rgb(233,2,152); }
H1.HeaderClassName
{
color: #E90298;
}
.AnyTagClassName
{
color: #E90298;
}
</style>
background-color css
<style>
a { background-color: #E90298; }
a { background-color: rgb(233,2,152); }
div.DivClassName
{
background-color: #E90298;
}
.BgClassName
{
background-color: #E90298;
}
</style>
border-color css
<style>
span { border-color: #E90298; }
span { border-color: rgb(233,2,152); }
td.TdClassName
{
border-color: #E90298;
}
.TagClassName
{
border-color: #E90298;
}
</style>