Shades of Dark Pink #E05D8E
Tints of Dark Pink #E05D8E
RGB
CMYK
RGB Variations
Color information
#E05D8E (or 0xE05D8E) is known color: Dark Pink. HEX triplet: E0, 5D and 8E. RGB value is (224,93,142). Sum of RGB (Red+Green+Blue) = 224+93+142=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D8E is #1FA271. Grayscale: #898989. Windows color (decimal): -2073202 or 9330144. OLE color: 9330144.
HSL color Cylindrical-coordinate representation of color #E05D8E: hue angle of 337.56º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05D8E is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 142 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.12 |
| HSL | 337.56º | 0.68% | 0.62% | - |
| HSV(B) | 337.56º | 0.58% | 0.88% | - |
| XYZ | 39.54 | 25.63 | 28.45 | - |
| YUV | 137.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 142 | 0 | 0.58 | 0.37 | 0.12 | 337.56 | 0.68 | 0.62 |
| Hex | E0 | 5D | 8E | 0 | 3A | 25 | C | 152 | 44 | 3E |
| Octal | 340 | 135 | 216 | 0 | 72 | 45 | 14 | 522 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10001110 | 0 | 111010 | 100101 | 1100 | 101010010 | 1000100 | 111110 |
Color Harmonies of #E05D8E
Complementary color
Monochromatic Colors of #E05D8E
Black with #E05D8E
Text Example
Text Example
White with #E05D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D8E; }
p { color: rgb(224,93,142); }
H1.HeaderClassName
{
color: #E05D8E;
}
.AnyTagClassName
{
color: #E05D8E;
}
</style>
background-color css
<style>
a { background-color: #E05D8E; }
a { background-color: rgb(224,93,142); }
div.DivClassName
{
background-color: #E05D8E;
}
.BgClassName
{
background-color: #E05D8E;
}
</style>
border-color css
<style>
span { border-color: #E05D8E; }
span { border-color: rgb(224,93,142); }
td.TdClassName
{
border-color: #E05D8E;
}
.TagClassName
{
border-color: #E05D8E;
}
</style>