Shades of Dark Pink #E04D8D
Tints of Dark Pink #E04D8D
RGB
CMYK
RGB Variations
Color information
#E04D8D (or 0xE04D8D) is known color: Dark Pink. HEX triplet: E0, 4D and 8D. RGB value is (224,77,141). Sum of RGB (Red+Green+Blue) = 224+77+141=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D8D is #1FB272. Grayscale: #808080. Windows color (decimal): -2077299 or 9260512. OLE color: 9260512.
HSL color Cylindrical-coordinate representation of color #E04D8D: hue angle of 333.88º 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 #E04D8D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 141 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.12 |
| HSL | 333.88º | 0.7% | 0.59% | - |
| HSV(B) | 333.88º | 0.66% | 0.88% | - |
| XYZ | 38.2 | 23.08 | 27.64 | - |
| YUV | 128.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 141 | 0 | 0.66 | 0.37 | 0.12 | 333.88 | 0.7 | 0.59 |
| Hex | E0 | 4D | 8D | 0 | 42 | 25 | C | 14E | 46 | 3B |
| Octal | 340 | 115 | 215 | 0 | 102 | 45 | 14 | 516 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10001101 | 0 | 1000010 | 100101 | 1100 | 101001110 | 1000110 | 111011 |
Color Harmonies of #E04D8D
Complementary color
Monochromatic Colors of #E04D8D
Black with #E04D8D
Text Example
Text Example
White with #E04D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D8D; }
p { color: rgb(224,77,141); }
H1.HeaderClassName
{
color: #E04D8D;
}
.AnyTagClassName
{
color: #E04D8D;
}
</style>
background-color css
<style>
a { background-color: #E04D8D; }
a { background-color: rgb(224,77,141); }
div.DivClassName
{
background-color: #E04D8D;
}
.BgClassName
{
background-color: #E04D8D;
}
</style>
border-color css
<style>
span { border-color: #E04D8D; }
span { border-color: rgb(224,77,141); }
td.TdClassName
{
border-color: #E04D8D;
}
.TagClassName
{
border-color: #E04D8D;
}
</style>