Shades of Hollywood Cerise #E2088C
Tints of Hollywood Cerise #E2088C
RGB
CMYK
RGB Variations
Color information
#E2088C (or 0xE2088C) is known color: Hollywood Cerise. HEX triplet: E2, 08 and 8C. RGB value is (226,8,140). Sum of RGB (Red+Green+Blue) = 226+8+140=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2088C is #1DF773. Grayscale: #575757. Windows color (decimal): -1963892 or 9177314. OLE color: 9177314.
HSL color Cylindrical-coordinate representation of color #E2088C: hue angle of 323.67º degrees, saturation: 0.93, 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 #E2088C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.11 |
| HSL | 323.67º | 0.93% | 0.46% | - |
| HSV(B) | 323.67º | 0.96% | 0.89% | - |
| XYZ | 36.18 | 18.24 | 26.42 | - |
| YUV | 88.23 | 157.22 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 140 | 0 | 0.96 | 0.38 | 0.11 | 323.67 | 0.93 | 0.46 |
| Hex | E2 | 8 | 8C | 0 | 60 | 26 | B | 144 | 5D | 2E |
| Octal | 342 | 10 | 214 | 0 | 140 | 46 | 13 | 504 | 135 | 56 |
| Binary | 11100010 | 1000 | 10001100 | 0 | 1100000 | 100110 | 1011 | 101000100 | 1011101 | 101110 |
Color Harmonies of #E2088C
Complementary color
Monochromatic Colors of #E2088C
Black with #E2088C
Text Example
Text Example
White with #E2088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2088C; }
p { color: rgb(226,8,140); }
H1.HeaderClassName
{
color: #E2088C;
}
.AnyTagClassName
{
color: #E2088C;
}
</style>
background-color css
<style>
a { background-color: #E2088C; }
a { background-color: rgb(226,8,140); }
div.DivClassName
{
background-color: #E2088C;
}
.BgClassName
{
background-color: #E2088C;
}
</style>
border-color css
<style>
span { border-color: #E2088C; }
span { border-color: rgb(226,8,140); }
td.TdClassName
{
border-color: #E2088C;
}
.TagClassName
{
border-color: #E2088C;
}
</style>