Shades of Hollywood Cerise #E2009F
Tints of Hollywood Cerise #E2009F
RGB
CMYK
RGB Variations
Color information
#E2009F (or 0xE2009F) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 9F. RGB value is (226,0,159). Sum of RGB (Red+Green+Blue) = 226+0+159=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2009F is #1DFF60. Grayscale: #555555. Windows color (decimal): -1965921 or 10420450. OLE color: 10420450.
HSL color Cylindrical-coordinate representation of color #E2009F: hue angle of 317.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2009F is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.30 | 0.11 |
| HSL | 317.79º | 1% | 0.44% | - |
| HSV(B) | 317.79º | 1% | 0.89% | - |
| XYZ | 37.62 | 18.67 | 34.42 | - |
| YUV | 85.7 | 169.37 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 159 | 0 | 1 | 0.30 | 0.11 | 317.79 | 1 | 0.44 |
| Hex | E2 | 0 | 9F | 0 | 64 | 1E | B | 13E | 64 | 2C |
| Octal | 342 | 0 | 237 | 0 | 144 | 36 | 13 | 476 | 144 | 54 |
| Binary | 11100010 | 0 | 10011111 | 0 | 1100100 | 11110 | 1011 | 100111110 | 1100100 | 101100 |
Color Harmonies of #E2009F
Complementary color
Monochromatic Colors of #E2009F
Black with #E2009F
Text Example
Text Example
White with #E2009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2009F; }
p { color: rgb(226,0,159); }
H1.HeaderClassName
{
color: #E2009F;
}
.AnyTagClassName
{
color: #E2009F;
}
</style>
background-color css
<style>
a { background-color: #E2009F; }
a { background-color: rgb(226,0,159); }
div.DivClassName
{
background-color: #E2009F;
}
.BgClassName
{
background-color: #E2009F;
}
</style>
border-color css
<style>
span { border-color: #E2009F; }
span { border-color: rgb(226,0,159); }
td.TdClassName
{
border-color: #E2009F;
}
.TagClassName
{
border-color: #E2009F;
}
</style>