Shades of Dark Pink #E55781
Tints of Dark Pink #E55781
RGB
CMYK
RGB Variations
Color information
#E55781 (or 0xE55781) is known color: Dark Pink. HEX triplet: E5, 57 and 81. RGB value is (229,87,129). Sum of RGB (Red+Green+Blue) = 229+87+129=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55781 is #1AA87E. Grayscale: #868686. Windows color (decimal): -1747071 or 8476645. OLE color: 8476645.
HSL color Cylindrical-coordinate representation of color #E55781: hue angle of 342.25º 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 #E55781 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 129 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.10 |
| HSL | 342.25º | 0.73% | 0.62% | - |
| HSV(B) | 342.25º | 0.62% | 0.9% | - |
| XYZ | 39.68 | 25.06 | 23.51 | - |
| YUV | 134.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 129 | 0 | 0.62 | 0.44 | 0.10 | 342.25 | 0.73 | 0.62 |
| Hex | E5 | 57 | 81 | 0 | 3E | 2C | A | 156 | 49 | 3E |
| Octal | 345 | 127 | 201 | 0 | 76 | 54 | 12 | 526 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10000001 | 0 | 111110 | 101100 | 1010 | 101010110 | 1001001 | 111110 |
Color Harmonies of #E55781
Complementary color
Monochromatic Colors of #E55781
Black with #E55781
Text Example
Text Example
White with #E55781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55781; }
p { color: rgb(229,87,129); }
H1.HeaderClassName
{
color: #E55781;
}
.AnyTagClassName
{
color: #E55781;
}
</style>
background-color css
<style>
a { background-color: #E55781; }
a { background-color: rgb(229,87,129); }
div.DivClassName
{
background-color: #E55781;
}
.BgClassName
{
background-color: #E55781;
}
</style>
border-color css
<style>
span { border-color: #E55781; }
span { border-color: rgb(229,87,129); }
td.TdClassName
{
border-color: #E55781;
}
.TagClassName
{
border-color: #E55781;
}
</style>