Shades of Hollywood Cerise #E2029C
Tints of Hollywood Cerise #E2029C
RGB
CMYK
RGB Variations
Color information
#E2029C (or 0xE2029C) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 9C. RGB value is (226,2,156). Sum of RGB (Red+Green+Blue) = 226+2+156=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2029C is #1DFD63. Grayscale: #565656. Windows color (decimal): -1965412 or 10224354. OLE color: 10224354.
HSL color Cylindrical-coordinate representation of color #E2029C: hue angle of 318.75º 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 #E2029C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.11 |
| HSL | 318.75º | 0.98% | 0.45% | - |
| HSV(B) | 318.75º | 0.99% | 0.89% | - |
| XYZ | 37.39 | 18.61 | 33.07 | - |
| YUV | 86.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 156 | 0 | 0.99 | 0.31 | 0.11 | 318.75 | 0.98 | 0.45 |
| Hex | E2 | 2 | 9C | 0 | 63 | 1F | B | 13F | 62 | 2D |
| Octal | 342 | 2 | 234 | 0 | 143 | 37 | 13 | 477 | 142 | 55 |
| Binary | 11100010 | 10 | 10011100 | 0 | 1100011 | 11111 | 1011 | 100111111 | 1100010 | 101101 |
Color Harmonies of #E2029C
Complementary color
Monochromatic Colors of #E2029C
Black with #E2029C
Text Example
Text Example
White with #E2029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2029C; }
p { color: rgb(226,2,156); }
H1.HeaderClassName
{
color: #E2029C;
}
.AnyTagClassName
{
color: #E2029C;
}
</style>
background-color css
<style>
a { background-color: #E2029C; }
a { background-color: rgb(226,2,156); }
div.DivClassName
{
background-color: #E2029C;
}
.BgClassName
{
background-color: #E2029C;
}
</style>
border-color css
<style>
span { border-color: #E2029C; }
span { border-color: rgb(226,2,156); }
td.TdClassName
{
border-color: #E2029C;
}
.TagClassName
{
border-color: #E2029C;
}
</style>