Shades of Dark Pink #E04D86
Tints of Dark Pink #E04D86
RGB
CMYK
RGB Variations
Color information
#E04D86 (or 0xE04D86) is known color: Dark Pink. HEX triplet: E0, 4D and 86. RGB value is (224,77,134). Sum of RGB (Red+Green+Blue) = 224+77+134=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D86 is #1FB279. Grayscale: #7F7F7F. Windows color (decimal): -2077306 or 8801760. OLE color: 8801760.
HSL color Cylindrical-coordinate representation of color #E04D86: hue angle of 336.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D86 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 134 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.12 |
| HSL | 336.73º | 0.7% | 0.59% | - |
| HSV(B) | 336.73º | 0.66% | 0.88% | - |
| XYZ | 37.7 | 22.88 | 24.98 | - |
| YUV | 127.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 134 | 0 | 0.66 | 0.40 | 0.12 | 336.73 | 0.7 | 0.59 |
| Hex | E0 | 4D | 86 | 0 | 42 | 28 | C | 151 | 46 | 3B |
| Octal | 340 | 115 | 206 | 0 | 102 | 50 | 14 | 521 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10000110 | 0 | 1000010 | 101000 | 1100 | 101010001 | 1000110 | 111011 |
Color Harmonies of #E04D86
Complementary color
Monochromatic Colors of #E04D86
Black with #E04D86
Text Example
Text Example
White with #E04D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D86; }
p { color: rgb(224,77,134); }
H1.HeaderClassName
{
color: #E04D86;
}
.AnyTagClassName
{
color: #E04D86;
}
</style>
background-color css
<style>
a { background-color: #E04D86; }
a { background-color: rgb(224,77,134); }
div.DivClassName
{
background-color: #E04D86;
}
.BgClassName
{
background-color: #E04D86;
}
</style>
border-color css
<style>
span { border-color: #E04D86; }
span { border-color: rgb(224,77,134); }
td.TdClassName
{
border-color: #E04D86;
}
.TagClassName
{
border-color: #E04D86;
}
</style>