Shades of Dark Pink #E05D7E
Tints of Dark Pink #E05D7E
RGB
CMYK
RGB Variations
Color information
#E05D7E (or 0xE05D7E) is known color: Dark Pink. HEX triplet: E0, 5D and 7E. RGB value is (224,93,126). Sum of RGB (Red+Green+Blue) = 224+93+126=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D7E is #1FA281. Grayscale: #878787. Windows color (decimal): -2073218 or 8281568. OLE color: 8281568.
HSL color Cylindrical-coordinate representation of color #E05D7E: hue angle of 344.89º 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 #E05D7E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 126 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.12 |
| HSL | 344.89º | 0.68% | 0.62% | - |
| HSV(B) | 344.89º | 0.58% | 0.88% | - |
| XYZ | 38.42 | 25.18 | 22.57 | - |
| YUV | 135.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 126 | 0 | 0.58 | 0.44 | 0.12 | 344.89 | 0.68 | 0.62 |
| Hex | E0 | 5D | 7E | 0 | 3A | 2C | C | 159 | 44 | 3E |
| Octal | 340 | 135 | 176 | 0 | 72 | 54 | 14 | 531 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1111110 | 0 | 111010 | 101100 | 1100 | 101011001 | 1000100 | 111110 |
Color Harmonies of #E05D7E
Complementary color
Monochromatic Colors of #E05D7E
Black with #E05D7E
Text Example
Text Example
White with #E05D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D7E; }
p { color: rgb(224,93,126); }
H1.HeaderClassName
{
color: #E05D7E;
}
.AnyTagClassName
{
color: #E05D7E;
}
</style>
background-color css
<style>
a { background-color: #E05D7E; }
a { background-color: rgb(224,93,126); }
div.DivClassName
{
background-color: #E05D7E;
}
.BgClassName
{
background-color: #E05D7E;
}
</style>
border-color css
<style>
span { border-color: #E05D7E; }
span { border-color: rgb(224,93,126); }
td.TdClassName
{
border-color: #E05D7E;
}
.TagClassName
{
border-color: #E05D7E;
}
</style>