Shades of Deep Cerise #E047A0
Tints of Deep Cerise #E047A0
RGB
CMYK
RGB Variations
Color information
#E047A0 (or 0xE047A0) is known color: Deep Cerise. HEX triplet: E0, 47 and A0. RGB value is (224,71,160). Sum of RGB (Red+Green+Blue) = 224+71+160=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E047A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047A0 is #1FB85F. Grayscale: #7E7E7E. Windows color (decimal): -2078816 or 10504160. OLE color: 10504160.
HSL color Cylindrical-coordinate representation of color #E047A0: hue angle of 325.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E047A0 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 160 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.12 |
| HSL | 325.1º | 0.71% | 0.58% | - |
| HSV(B) | 325.1º | 0.68% | 0.88% | - |
| XYZ | 39.34 | 22.89 | 35.6 | - |
| YUV | 126.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 160 | 0 | 0.68 | 0.29 | 0.12 | 325.1 | 0.71 | 0.58 |
| Hex | E0 | 47 | A0 | 0 | 44 | 1D | C | 145 | 47 | 3A |
| Octal | 340 | 107 | 240 | 0 | 104 | 35 | 14 | 505 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10100000 | 0 | 1000100 | 11101 | 1100 | 101000101 | 1000111 | 111010 |
Color Harmonies of #E047A0
Complementary color
Monochromatic Colors of #E047A0
Black with #E047A0
Text Example
Text Example
White with #E047A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047A0; }
p { color: rgb(224,71,160); }
H1.HeaderClassName
{
color: #E047A0;
}
.AnyTagClassName
{
color: #E047A0;
}
</style>
background-color css
<style>
a { background-color: #E047A0; }
a { background-color: rgb(224,71,160); }
div.DivClassName
{
background-color: #E047A0;
}
.BgClassName
{
background-color: #E047A0;
}
</style>
border-color css
<style>
span { border-color: #E047A0; }
span { border-color: rgb(224,71,160); }
td.TdClassName
{
border-color: #E047A0;
}
.TagClassName
{
border-color: #E047A0;
}
</style>