Shades of Dark Pink #E56187
Tints of Dark Pink #E56187
RGB
CMYK
RGB Variations
Color information
#E56187 (or 0xE56187) is known color: Dark Pink. HEX triplet: E5, 61 and 87. RGB value is (229,97,135). Sum of RGB (Red+Green+Blue) = 229+97+135=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E56187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56187 is #1A9E78. Grayscale: #8C8C8C. Windows color (decimal): -1744505 or 8872421. OLE color: 8872421.
HSL color Cylindrical-coordinate representation of color #E56187: hue angle of 342.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56187 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 135 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.10 |
| HSL | 342.73º | 0.72% | 0.64% | - |
| HSV(B) | 342.73º | 0.58% | 0.9% | - |
| XYZ | 40.96 | 26.96 | 25.97 | - |
| YUV | 140.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 135 | 0 | 0.58 | 0.41 | 0.10 | 342.73 | 0.72 | 0.64 |
| Hex | E5 | 61 | 87 | 0 | 3A | 29 | A | 157 | 48 | 40 |
| Octal | 345 | 141 | 207 | 0 | 72 | 51 | 12 | 527 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10000111 | 0 | 111010 | 101001 | 1010 | 101010111 | 1001000 | 1000000 |
Color Harmonies of #E56187
Complementary color
Monochromatic Colors of #E56187
Black with #E56187
Text Example
Text Example
White with #E56187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56187; }
p { color: rgb(229,97,135); }
H1.HeaderClassName
{
color: #E56187;
}
.AnyTagClassName
{
color: #E56187;
}
</style>
background-color css
<style>
a { background-color: #E56187; }
a { background-color: rgb(229,97,135); }
div.DivClassName
{
background-color: #E56187;
}
.BgClassName
{
background-color: #E56187;
}
</style>
border-color css
<style>
span { border-color: #E56187; }
span { border-color: rgb(229,97,135); }
td.TdClassName
{
border-color: #E56187;
}
.TagClassName
{
border-color: #E56187;
}
</style>