Shades of Dark Pink #E04786
Tints of Dark Pink #E04786
RGB
CMYK
RGB Variations
Color information
#E04786 (or 0xE04786) is known color: Dark Pink. HEX triplet: E0, 47 and 86. RGB value is (224,71,134). Sum of RGB (Red+Green+Blue) = 224+71+134=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E04786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04786 is #1FB879. Grayscale: #7B7B7B. Windows color (decimal): -2078842 or 8800224. OLE color: 8800224.
HSL color Cylindrical-coordinate representation of color #E04786: hue angle of 335.29º 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 #E04786 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 134 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.12 |
| HSL | 335.29º | 0.71% | 0.58% | - |
| HSV(B) | 335.29º | 0.68% | 0.88% | - |
| XYZ | 37.3 | 22.08 | 24.85 | - |
| YUV | 123.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 134 | 0 | 0.68 | 0.40 | 0.12 | 335.29 | 0.71 | 0.58 |
| Hex | E0 | 47 | 86 | 0 | 44 | 28 | C | 14F | 47 | 3A |
| Octal | 340 | 107 | 206 | 0 | 104 | 50 | 14 | 517 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10000110 | 0 | 1000100 | 101000 | 1100 | 101001111 | 1000111 | 111010 |
Color Harmonies of #E04786
Complementary color
Monochromatic Colors of #E04786
Black with #E04786
Text Example
Text Example
White with #E04786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04786; }
p { color: rgb(224,71,134); }
H1.HeaderClassName
{
color: #E04786;
}
.AnyTagClassName
{
color: #E04786;
}
</style>
background-color css
<style>
a { background-color: #E04786; }
a { background-color: rgb(224,71,134); }
div.DivClassName
{
background-color: #E04786;
}
.BgClassName
{
background-color: #E04786;
}
</style>
border-color css
<style>
span { border-color: #E04786; }
span { border-color: rgb(224,71,134); }
td.TdClassName
{
border-color: #E04786;
}
.TagClassName
{
border-color: #E04786;
}
</style>