Shades of Dark Pink #E55785
Tints of Dark Pink #E55785
RGB
CMYK
RGB Variations
Color information
#E55785 (or 0xE55785) is known color: Dark Pink. HEX triplet: E5, 57 and 85. RGB value is (229,87,133). Sum of RGB (Red+Green+Blue) = 229+87+133=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55785 is #1AA87A. Grayscale: #868686. Windows color (decimal): -1747067 or 8738789. OLE color: 8738789.
HSL color Cylindrical-coordinate representation of color #E55785: hue angle of 340.56º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55785 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 133 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.10 |
| HSL | 340.56º | 0.73% | 0.62% | - |
| HSV(B) | 340.56º | 0.62% | 0.9% | - |
| XYZ | 39.95 | 25.17 | 24.94 | - |
| YUV | 134.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 133 | 0 | 0.62 | 0.42 | 0.10 | 340.56 | 0.73 | 0.62 |
| Hex | E5 | 57 | 85 | 0 | 3E | 2A | A | 155 | 49 | 3E |
| Octal | 345 | 127 | 205 | 0 | 76 | 52 | 12 | 525 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10000101 | 0 | 111110 | 101010 | 1010 | 101010101 | 1001001 | 111110 |
Color Harmonies of #E55785
Complementary color
Monochromatic Colors of #E55785
Black with #E55785
Text Example
Text Example
White with #E55785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55785; }
p { color: rgb(229,87,133); }
H1.HeaderClassName
{
color: #E55785;
}
.AnyTagClassName
{
color: #E55785;
}
</style>
background-color css
<style>
a { background-color: #E55785; }
a { background-color: rgb(229,87,133); }
div.DivClassName
{
background-color: #E55785;
}
.BgClassName
{
background-color: #E55785;
}
</style>
border-color css
<style>
span { border-color: #E55785; }
span { border-color: rgb(229,87,133); }
td.TdClassName
{
border-color: #E55785;
}
.TagClassName
{
border-color: #E55785;
}
</style>