Shades of Dark Pink #E0508D
Tints of Dark Pink #E0508D
RGB
CMYK
RGB Variations
Color information
#E0508D (or 0xE0508D) is known color: Dark Pink. HEX triplet: E0, 50 and 8D. RGB value is (224,80,141). Sum of RGB (Red+Green+Blue) = 224+80+141=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0508D is #1FAF72. Grayscale: #818181. Windows color (decimal): -2076531 or 9261280. OLE color: 9261280.
HSL color Cylindrical-coordinate representation of color #E0508D: hue angle of 334.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0508D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 141 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.12 |
| HSL | 334.58º | 0.7% | 0.6% | - |
| HSV(B) | 334.58º | 0.64% | 0.88% | - |
| XYZ | 38.42 | 23.51 | 27.71 | - |
| YUV | 130.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 141 | 0 | 0.64 | 0.37 | 0.12 | 334.58 | 0.7 | 0.6 |
| Hex | E0 | 50 | 8D | 0 | 40 | 25 | C | 14F | 46 | 3C |
| Octal | 340 | 120 | 215 | 0 | 100 | 45 | 14 | 517 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10001101 | 0 | 1000000 | 100101 | 1100 | 101001111 | 1000110 | 111100 |
Color Harmonies of #E0508D
Complementary color
Monochromatic Colors of #E0508D
Black with #E0508D
Text Example
Text Example
White with #E0508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0508D; }
p { color: rgb(224,80,141); }
H1.HeaderClassName
{
color: #E0508D;
}
.AnyTagClassName
{
color: #E0508D;
}
</style>
background-color css
<style>
a { background-color: #E0508D; }
a { background-color: rgb(224,80,141); }
div.DivClassName
{
background-color: #E0508D;
}
.BgClassName
{
background-color: #E0508D;
}
</style>
border-color css
<style>
span { border-color: #E0508D; }
span { border-color: rgb(224,80,141); }
td.TdClassName
{
border-color: #E0508D;
}
.TagClassName
{
border-color: #E0508D;
}
</style>