Shades of Hollywood Cerise #E0028B
Tints of Hollywood Cerise #E0028B
RGB
CMYK
RGB Variations
Color information
#E0028B (or 0xE0028B) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 8B. RGB value is (224,2,139). Sum of RGB (Red+Green+Blue) = 224+2+139=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0028B is #1FFD74. Grayscale: #535353. Windows color (decimal): -2096501 or 9110240. OLE color: 9110240.
HSL color Cylindrical-coordinate representation of color #E0028B: hue angle of 322.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0028B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.12 |
| HSL | 322.97º | 0.98% | 0.44% | - |
| HSV(B) | 322.97º | 0.99% | 0.88% | - |
| XYZ | 35.42 | 17.75 | 25.99 | - |
| YUV | 84 | 159.05 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 139 | 0 | 0.99 | 0.38 | 0.12 | 322.97 | 0.98 | 0.44 |
| Hex | E0 | 2 | 8B | 0 | 63 | 26 | C | 143 | 62 | 2C |
| Octal | 340 | 2 | 213 | 0 | 143 | 46 | 14 | 503 | 142 | 54 |
| Binary | 11100000 | 10 | 10001011 | 0 | 1100011 | 100110 | 1100 | 101000011 | 1100010 | 101100 |
Color Harmonies of #E0028B
Complementary color
Monochromatic Colors of #E0028B
Black with #E0028B
Text Example
Text Example
White with #E0028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0028B; }
p { color: rgb(224,2,139); }
H1.HeaderClassName
{
color: #E0028B;
}
.AnyTagClassName
{
color: #E0028B;
}
</style>
background-color css
<style>
a { background-color: #E0028B; }
a { background-color: rgb(224,2,139); }
div.DivClassName
{
background-color: #E0028B;
}
.BgClassName
{
background-color: #E0028B;
}
</style>
border-color css
<style>
span { border-color: #E0028B; }
span { border-color: rgb(224,2,139); }
td.TdClassName
{
border-color: #E0028B;
}
.TagClassName
{
border-color: #E0028B;
}
</style>