Shades of Dark Pink #E05587
Tints of Dark Pink #E05587
RGB
CMYK
RGB Variations
Color information
#E05587 (or 0xE05587) is known color: Dark Pink. HEX triplet: E0, 55 and 87. RGB value is (224,85,135). Sum of RGB (Red+Green+Blue) = 224+85+135=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05587 is #1FAA78. Grayscale: #848484. Windows color (decimal): -2075257 or 8869344. OLE color: 8869344.
HSL color Cylindrical-coordinate representation of color #E05587: hue angle of 338.42º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05587 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 135 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.12 |
| HSL | 338.42º | 0.69% | 0.61% | - |
| HSV(B) | 338.42º | 0.62% | 0.88% | - |
| XYZ | 38.36 | 24.09 | 25.55 | - |
| YUV | 132.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 135 | 0 | 0.62 | 0.40 | 0.12 | 338.42 | 0.69 | 0.61 |
| Hex | E0 | 55 | 87 | 0 | 3E | 28 | C | 152 | 45 | 3D |
| Octal | 340 | 125 | 207 | 0 | 76 | 50 | 14 | 522 | 105 | 75 |
| Binary | 11100000 | 1010101 | 10000111 | 0 | 111110 | 101000 | 1100 | 101010010 | 1000101 | 111101 |
Color Harmonies of #E05587
Complementary color
Monochromatic Colors of #E05587
Black with #E05587
Text Example
Text Example
White with #E05587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05587; }
p { color: rgb(224,85,135); }
H1.HeaderClassName
{
color: #E05587;
}
.AnyTagClassName
{
color: #E05587;
}
</style>
background-color css
<style>
a { background-color: #E05587; }
a { background-color: rgb(224,85,135); }
div.DivClassName
{
background-color: #E05587;
}
.BgClassName
{
background-color: #E05587;
}
</style>
border-color css
<style>
span { border-color: #E05587; }
span { border-color: rgb(224,85,135); }
td.TdClassName
{
border-color: #E05587;
}
.TagClassName
{
border-color: #E05587;
}
</style>