Shades of Hollywood Cerise #E90299
Tints of Hollywood Cerise #E90299
RGB
CMYK
RGB Variations
Color information
#E90299 (or 0xE90299) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 99. RGB value is (233,2,153). Sum of RGB (Red+Green+Blue) = 233+2+153=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E90299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90299 is #16FD66. Grayscale: #575757. Windows color (decimal): -1506663 or 10027753. OLE color: 10027753.
HSL color Cylindrical-coordinate representation of color #E90299: hue angle of 320.78º 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 #E90299 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.09 |
| HSL | 320.78º | 0.98% | 0.46% | - |
| HSV(B) | 320.78º | 0.99% | 0.91% | - |
| XYZ | 39.38 | 19.67 | 31.86 | - |
| YUV | 88.28 | 164.53 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 153 | 0 | 0.99 | 0.34 | 0.09 | 320.78 | 0.98 | 0.46 |
| Hex | E9 | 2 | 99 | 0 | 63 | 22 | 9 | 141 | 62 | 2E |
| Octal | 351 | 2 | 231 | 0 | 143 | 42 | 11 | 501 | 142 | 56 |
| Binary | 11101001 | 10 | 10011001 | 0 | 1100011 | 100010 | 1001 | 101000001 | 1100010 | 101110 |
Color Harmonies of #E90299
Complementary color
Monochromatic Colors of #E90299
Black with #E90299
Text Example
Text Example
White with #E90299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90299; }
p { color: rgb(233,2,153); }
H1.HeaderClassName
{
color: #E90299;
}
.AnyTagClassName
{
color: #E90299;
}
</style>
background-color css
<style>
a { background-color: #E90299; }
a { background-color: rgb(233,2,153); }
div.DivClassName
{
background-color: #E90299;
}
.BgClassName
{
background-color: #E90299;
}
</style>
border-color css
<style>
span { border-color: #E90299; }
span { border-color: rgb(233,2,153); }
td.TdClassName
{
border-color: #E90299;
}
.TagClassName
{
border-color: #E90299;
}
</style>