Shades of Hollywood Cerise #E2088D
Tints of Hollywood Cerise #E2088D
RGB
CMYK
RGB Variations
Color information
#E2088D (or 0xE2088D) is known color: Hollywood Cerise. HEX triplet: E2, 08 and 8D. RGB value is (226,8,141). Sum of RGB (Red+Green+Blue) = 226+8+141=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2088D is #1DF772. Grayscale: #585858. Windows color (decimal): -1963891 or 9242850. OLE color: 9242850.
HSL color Cylindrical-coordinate representation of color #E2088D: hue angle of 323.39º 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 #E2088D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.11 |
| HSL | 323.39º | 0.93% | 0.46% | - |
| HSV(B) | 323.39º | 0.96% | 0.89% | - |
| XYZ | 36.26 | 18.27 | 26.81 | - |
| YUV | 88.34 | 157.72 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 141 | 0 | 0.96 | 0.38 | 0.11 | 323.39 | 0.93 | 0.46 |
| Hex | E2 | 8 | 8D | 0 | 60 | 26 | B | 143 | 5D | 2E |
| Octal | 342 | 10 | 215 | 0 | 140 | 46 | 13 | 503 | 135 | 56 |
| Binary | 11100010 | 1000 | 10001101 | 0 | 1100000 | 100110 | 1011 | 101000011 | 1011101 | 101110 |
Color Harmonies of #E2088D
Complementary color
Monochromatic Colors of #E2088D
Black with #E2088D
Text Example
Text Example
White with #E2088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2088D; }
p { color: rgb(226,8,141); }
H1.HeaderClassName
{
color: #E2088D;
}
.AnyTagClassName
{
color: #E2088D;
}
</style>
background-color css
<style>
a { background-color: #E2088D; }
a { background-color: rgb(226,8,141); }
div.DivClassName
{
background-color: #E2088D;
}
.BgClassName
{
background-color: #E2088D;
}
</style>
border-color css
<style>
span { border-color: #E2088D; }
span { border-color: rgb(226,8,141); }
td.TdClassName
{
border-color: #E2088D;
}
.TagClassName
{
border-color: #E2088D;
}
</style>