Shades of Hollywood Cerise #E2028E
Tints of Hollywood Cerise #E2028E
RGB
CMYK
RGB Variations
Color information
#E2028E (or 0xE2028E) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 8E. RGB value is (226,2,142). Sum of RGB (Red+Green+Blue) = 226+2+142=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2028E is #1DFD71. Grayscale: #545454. Windows color (decimal): -1965426 or 9306850. OLE color: 9306850.
HSL color Cylindrical-coordinate representation of color #E2028E: hue angle of 322.5º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2028E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.11 |
| HSL | 322.5º | 0.98% | 0.45% | - |
| HSV(B) | 322.5º | 0.99% | 0.89% | - |
| XYZ | 36.27 | 18.17 | 27.19 | - |
| YUV | 84.94 | 160.21 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 142 | 0 | 0.99 | 0.37 | 0.11 | 322.5 | 0.98 | 0.45 |
| Hex | E2 | 2 | 8E | 0 | 63 | 25 | B | 142 | 62 | 2D |
| Octal | 342 | 2 | 216 | 0 | 143 | 45 | 13 | 502 | 142 | 55 |
| Binary | 11100010 | 10 | 10001110 | 0 | 1100011 | 100101 | 1011 | 101000010 | 1100010 | 101101 |
Color Harmonies of #E2028E
Complementary color
Monochromatic Colors of #E2028E
Black with #E2028E
Text Example
Text Example
White with #E2028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2028E; }
p { color: rgb(226,2,142); }
H1.HeaderClassName
{
color: #E2028E;
}
.AnyTagClassName
{
color: #E2028E;
}
</style>
background-color css
<style>
a { background-color: #E2028E; }
a { background-color: rgb(226,2,142); }
div.DivClassName
{
background-color: #E2028E;
}
.BgClassName
{
background-color: #E2028E;
}
</style>
border-color css
<style>
span { border-color: #E2028E; }
span { border-color: rgb(226,2,142); }
td.TdClassName
{
border-color: #E2028E;
}
.TagClassName
{
border-color: #E2028E;
}
</style>