Shades of Hollywood Cerise #E90098
Tints of Hollywood Cerise #E90098
RGB
CMYK
RGB Variations
Color information
#E90098 (or 0xE90098) is known color: Hollywood Cerise. HEX triplet: E9, 00 and 98. RGB value is (233,0,152). Sum of RGB (Red+Green+Blue) = 233+0+152=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E90098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90098 is #16FF67. Grayscale: #565656. Windows color (decimal): -1507176 or 9961705. OLE color: 9961705.
HSL color Cylindrical-coordinate representation of color #E90098: hue angle of 320.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90098 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.35 | 0.09 |
| HSL | 320.86º | 1% | 0.46% | - |
| HSV(B) | 320.86º | 1% | 0.91% | - |
| XYZ | 39.27 | 19.59 | 31.42 | - |
| YUV | 87 | 164.69 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 152 | 0 | 1 | 0.35 | 0.09 | 320.86 | 1 | 0.46 |
| Hex | E9 | 0 | 98 | 0 | 64 | 23 | 9 | 141 | 64 | 2E |
| Octal | 351 | 0 | 230 | 0 | 144 | 43 | 11 | 501 | 144 | 56 |
| Binary | 11101001 | 0 | 10011000 | 0 | 1100100 | 100011 | 1001 | 101000001 | 1100100 | 101110 |
Color Harmonies of #E90098
Complementary color
Monochromatic Colors of #E90098
Black with #E90098
Text Example
Text Example
White with #E90098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90098; }
p { color: rgb(233,0,152); }
H1.HeaderClassName
{
color: #E90098;
}
.AnyTagClassName
{
color: #E90098;
}
</style>
background-color css
<style>
a { background-color: #E90098; }
a { background-color: rgb(233,0,152); }
div.DivClassName
{
background-color: #E90098;
}
.BgClassName
{
background-color: #E90098;
}
</style>
border-color css
<style>
span { border-color: #E90098; }
span { border-color: rgb(233,0,152); }
td.TdClassName
{
border-color: #E90098;
}
.TagClassName
{
border-color: #E90098;
}
</style>