Shades of Dark Pink #E05D81
Tints of Dark Pink #E05D81
RGB
CMYK
RGB Variations
Color information
#E05D81 (or 0xE05D81) is known color: Dark Pink. HEX triplet: E0, 5D and 81. RGB value is (224,93,129). Sum of RGB (Red+Green+Blue) = 224+93+129=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D81 is #1FA27E. Grayscale: #888888. Windows color (decimal): -2073215 or 8478176. OLE color: 8478176.
HSL color Cylindrical-coordinate representation of color #E05D81: hue angle of 343.51º 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 #E05D81 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 129 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.12 |
| HSL | 343.51º | 0.68% | 0.62% | - |
| HSV(B) | 343.51º | 0.58% | 0.88% | - |
| XYZ | 38.62 | 25.26 | 23.61 | - |
| YUV | 136.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 129 | 0 | 0.58 | 0.42 | 0.12 | 343.51 | 0.68 | 0.62 |
| Hex | E0 | 5D | 81 | 0 | 3A | 2A | C | 158 | 44 | 3E |
| Octal | 340 | 135 | 201 | 0 | 72 | 52 | 14 | 530 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10000001 | 0 | 111010 | 101010 | 1100 | 101011000 | 1000100 | 111110 |
Color Harmonies of #E05D81
Complementary color
Monochromatic Colors of #E05D81
Black with #E05D81
Text Example
Text Example
White with #E05D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D81; }
p { color: rgb(224,93,129); }
H1.HeaderClassName
{
color: #E05D81;
}
.AnyTagClassName
{
color: #E05D81;
}
</style>
background-color css
<style>
a { background-color: #E05D81; }
a { background-color: rgb(224,93,129); }
div.DivClassName
{
background-color: #E05D81;
}
.BgClassName
{
background-color: #E05D81;
}
</style>
border-color css
<style>
span { border-color: #E05D81; }
span { border-color: rgb(224,93,129); }
td.TdClassName
{
border-color: #E05D81;
}
.TagClassName
{
border-color: #E05D81;
}
</style>