Shades of Hollywood Cerise #E2049D
Tints of Hollywood Cerise #E2049D
RGB
CMYK
RGB Variations
Color information
#E2049D (or 0xE2049D) is known color: Hollywood Cerise. HEX triplet: E2, 04 and 9D. RGB value is (226,4,157). Sum of RGB (Red+Green+Blue) = 226+4+157=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2049D is #1DFB62. Grayscale: #575757. Windows color (decimal): -1964899 or 10290402. OLE color: 10290402.
HSL color Cylindrical-coordinate representation of color #E2049D: hue angle of 318.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2049D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.11 |
| HSL | 318.65º | 0.97% | 0.45% | - |
| HSV(B) | 318.65º | 0.98% | 0.89% | - |
| XYZ | 37.49 | 18.69 | 33.53 | - |
| YUV | 87.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 157 | 0 | 0.98 | 0.31 | 0.11 | 318.65 | 0.97 | 0.45 |
| Hex | E2 | 4 | 9D | 0 | 62 | 1F | B | 13F | 61 | 2D |
| Octal | 342 | 4 | 235 | 0 | 142 | 37 | 13 | 477 | 141 | 55 |
| Binary | 11100010 | 100 | 10011101 | 0 | 1100010 | 11111 | 1011 | 100111111 | 1100001 | 101101 |
Color Harmonies of #E2049D
Complementary color
Monochromatic Colors of #E2049D
Black with #E2049D
Text Example
Text Example
White with #E2049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2049D; }
p { color: rgb(226,4,157); }
H1.HeaderClassName
{
color: #E2049D;
}
.AnyTagClassName
{
color: #E2049D;
}
</style>
background-color css
<style>
a { background-color: #E2049D; }
a { background-color: rgb(226,4,157); }
div.DivClassName
{
background-color: #E2049D;
}
.BgClassName
{
background-color: #E2049D;
}
</style>
border-color css
<style>
span { border-color: #E2049D; }
span { border-color: rgb(226,4,157); }
td.TdClassName
{
border-color: #E2049D;
}
.TagClassName
{
border-color: #E2049D;
}
</style>