Shades of Hollywood Cerise #E0029B
Tints of Hollywood Cerise #E0029B
RGB
CMYK
RGB Variations
Color information
#E0029B (or 0xE0029B) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 9B. RGB value is (224,2,155). Sum of RGB (Red+Green+Blue) = 224+2+155=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0029B is #1FFD64. Grayscale: #555555. Windows color (decimal): -2096485 or 10158816. OLE color: 10158816.
HSL color Cylindrical-coordinate representation of color #E0029B: hue angle of 318.65º 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 #E0029B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.12 |
| HSL | 318.65º | 0.98% | 0.44% | - |
| HSV(B) | 318.65º | 0.99% | 0.88% | - |
| XYZ | 36.68 | 18.26 | 32.6 | - |
| YUV | 85.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 155 | 0 | 0.99 | 0.31 | 0.12 | 318.65 | 0.98 | 0.44 |
| Hex | E0 | 2 | 9B | 0 | 63 | 1F | C | 13F | 62 | 2C |
| Octal | 340 | 2 | 233 | 0 | 143 | 37 | 14 | 477 | 142 | 54 |
| Binary | 11100000 | 10 | 10011011 | 0 | 1100011 | 11111 | 1100 | 100111111 | 1100010 | 101100 |
Color Harmonies of #E0029B
Complementary color
Monochromatic Colors of #E0029B
Black with #E0029B
Text Example
Text Example
White with #E0029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0029B; }
p { color: rgb(224,2,155); }
H1.HeaderClassName
{
color: #E0029B;
}
.AnyTagClassName
{
color: #E0029B;
}
</style>
background-color css
<style>
a { background-color: #E0029B; }
a { background-color: rgb(224,2,155); }
div.DivClassName
{
background-color: #E0029B;
}
.BgClassName
{
background-color: #E0029B;
}
</style>
border-color css
<style>
span { border-color: #E0029B; }
span { border-color: rgb(224,2,155); }
td.TdClassName
{
border-color: #E0029B;
}
.TagClassName
{
border-color: #E0029B;
}
</style>