Shades of Dark Pink #E55981
Tints of Dark Pink #E55981
RGB
CMYK
RGB Variations
Color information
#E55981 (or 0xE55981) is known color: Dark Pink. HEX triplet: E5, 59 and 81. RGB value is (229,89,129). Sum of RGB (Red+Green+Blue) = 229+89+129=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55981 is #1AA67E. Grayscale: #878787. Windows color (decimal): -1746559 or 8477157. OLE color: 8477157.
HSL color Cylindrical-coordinate representation of color #E55981: hue angle of 342.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55981 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 129 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.10 |
| HSL | 342.86º | 0.73% | 0.62% | - |
| HSV(B) | 342.86º | 0.61% | 0.9% | - |
| XYZ | 39.85 | 25.39 | 23.57 | - |
| YUV | 135.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 129 | 0 | 0.61 | 0.44 | 0.10 | 342.86 | 0.73 | 0.62 |
| Hex | E5 | 59 | 81 | 0 | 3D | 2C | A | 157 | 49 | 3E |
| Octal | 345 | 131 | 201 | 0 | 75 | 54 | 12 | 527 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10000001 | 0 | 111101 | 101100 | 1010 | 101010111 | 1001001 | 111110 |
Color Harmonies of #E55981
Complementary color
Monochromatic Colors of #E55981
Black with #E55981
Text Example
Text Example
White with #E55981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55981; }
p { color: rgb(229,89,129); }
H1.HeaderClassName
{
color: #E55981;
}
.AnyTagClassName
{
color: #E55981;
}
</style>
background-color css
<style>
a { background-color: #E55981; }
a { background-color: rgb(229,89,129); }
div.DivClassName
{
background-color: #E55981;
}
.BgClassName
{
background-color: #E55981;
}
</style>
border-color css
<style>
span { border-color: #E55981; }
span { border-color: rgb(229,89,129); }
td.TdClassName
{
border-color: #E55981;
}
.TagClassName
{
border-color: #E55981;
}
</style>