Shades of Hollywood Cerise #E5028E
Tints of Hollywood Cerise #E5028E
RGB
CMYK
RGB Variations
Color information
#E5028E (or 0xE5028E) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 8E. RGB value is (229,2,142). Sum of RGB (Red+Green+Blue) = 229+2+142=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5028E is #1AFD71. Grayscale: #555555. Windows color (decimal): -1768818 or 9306853. OLE color: 9306853.
HSL color Cylindrical-coordinate representation of color #E5028E: hue angle of 323º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5028E is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.10 |
| HSL | 323º | 0.98% | 0.45% | - |
| HSV(B) | 323º | 0.99% | 0.9% | - |
| XYZ | 37.22 | 18.65 | 27.23 | - |
| YUV | 85.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 142 | 0 | 0.99 | 0.38 | 0.10 | 323 | 0.98 | 0.45 |
| Hex | E5 | 2 | 8E | 0 | 63 | 26 | A | 143 | 62 | 2D |
| Octal | 345 | 2 | 216 | 0 | 143 | 46 | 12 | 503 | 142 | 55 |
| Binary | 11100101 | 10 | 10001110 | 0 | 1100011 | 100110 | 1010 | 101000011 | 1100010 | 101101 |
Color Harmonies of #E5028E
Complementary color
Monochromatic Colors of #E5028E
Black with #E5028E
Text Example
Text Example
White with #E5028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5028E; }
p { color: rgb(229,2,142); }
H1.HeaderClassName
{
color: #E5028E;
}
.AnyTagClassName
{
color: #E5028E;
}
</style>
background-color css
<style>
a { background-color: #E5028E; }
a { background-color: rgb(229,2,142); }
div.DivClassName
{
background-color: #E5028E;
}
.BgClassName
{
background-color: #E5028E;
}
</style>
border-color css
<style>
span { border-color: #E5028E; }
span { border-color: rgb(229,2,142); }
td.TdClassName
{
border-color: #E5028E;
}
.TagClassName
{
border-color: #E5028E;
}
</style>