Shades of Hollywood Cerise #E2008F
Tints of Hollywood Cerise #E2008F
RGB
CMYK
RGB Variations
Color information
#E2008F (or 0xE2008F) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 8F. RGB value is (226,0,143). Sum of RGB (Red+Green+Blue) = 226+0+143=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2008F is #1DFF70. Grayscale: #535353. Windows color (decimal): -1965937 or 9371874. OLE color: 9371874.
HSL color Cylindrical-coordinate representation of color #E2008F: hue angle of 322.04º 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 #E2008F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.37 | 0.11 |
| HSL | 322.04º | 1% | 0.44% | - |
| HSV(B) | 322.04º | 1% | 0.89% | - |
| XYZ | 36.32 | 18.15 | 27.58 | - |
| YUV | 83.88 | 161.37 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 143 | 0 | 1 | 0.37 | 0.11 | 322.04 | 1 | 0.44 |
| Hex | E2 | 0 | 8F | 0 | 64 | 25 | B | 142 | 64 | 2C |
| Octal | 342 | 0 | 217 | 0 | 144 | 45 | 13 | 502 | 144 | 54 |
| Binary | 11100010 | 0 | 10001111 | 0 | 1100100 | 100101 | 1011 | 101000010 | 1100100 | 101100 |
Color Harmonies of #E2008F
Complementary color
Monochromatic Colors of #E2008F
Black with #E2008F
Text Example
Text Example
White with #E2008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2008F; }
p { color: rgb(226,0,143); }
H1.HeaderClassName
{
color: #E2008F;
}
.AnyTagClassName
{
color: #E2008F;
}
</style>
background-color css
<style>
a { background-color: #E2008F; }
a { background-color: rgb(226,0,143); }
div.DivClassName
{
background-color: #E2008F;
}
.BgClassName
{
background-color: #E2008F;
}
</style>
border-color css
<style>
span { border-color: #E2008F; }
span { border-color: rgb(226,0,143); }
td.TdClassName
{
border-color: #E2008F;
}
.TagClassName
{
border-color: #E2008F;
}
</style>