Shades of Hollywood Cerise #E2099C
Tints of Hollywood Cerise #E2099C
RGB
CMYK
RGB Variations
Color information
#E2099C (or 0xE2099C) is known color: Hollywood Cerise. HEX triplet: E2, 09 and 9C. RGB value is (226,9,156). Sum of RGB (Red+Green+Blue) = 226+9+156=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2099C is #1DF663. Grayscale: #5A5A5A. Windows color (decimal): -1963620 or 10226146. OLE color: 10226146.
HSL color Cylindrical-coordinate representation of color #E2099C: hue angle of 319.35º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2099C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.11 |
| HSL | 319.35º | 0.92% | 0.46% | - |
| HSV(B) | 319.35º | 0.96% | 0.89% | - |
| XYZ | 37.46 | 18.76 | 33.1 | - |
| YUV | 90.64 | 164.89 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 156 | 0 | 0.96 | 0.31 | 0.11 | 319.35 | 0.92 | 0.46 |
| Hex | E2 | 9 | 9C | 0 | 60 | 1F | B | 13F | 5C | 2E |
| Octal | 342 | 11 | 234 | 0 | 140 | 37 | 13 | 477 | 134 | 56 |
| Binary | 11100010 | 1001 | 10011100 | 0 | 1100000 | 11111 | 1011 | 100111111 | 1011100 | 101110 |
Color Harmonies of #E2099C
Complementary color
Monochromatic Colors of #E2099C
Black with #E2099C
Text Example
Text Example
White with #E2099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2099C; }
p { color: rgb(226,9,156); }
H1.HeaderClassName
{
color: #E2099C;
}
.AnyTagClassName
{
color: #E2099C;
}
</style>
background-color css
<style>
a { background-color: #E2099C; }
a { background-color: rgb(226,9,156); }
div.DivClassName
{
background-color: #E2099C;
}
.BgClassName
{
background-color: #E2099C;
}
</style>
border-color css
<style>
span { border-color: #E2099C; }
span { border-color: rgb(226,9,156); }
td.TdClassName
{
border-color: #E2099C;
}
.TagClassName
{
border-color: #E2099C;
}
</style>