Shades of Dark Pink #E55997
Tints of Dark Pink #E55997
RGB
CMYK
RGB Variations
Color information
#E55997 (or 0xE55997) is known color: Dark Pink. HEX triplet: E5, 59 and 97. RGB value is (229,89,151). Sum of RGB (Red+Green+Blue) = 229+89+151=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E55997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55997 is #1AA668. Grayscale: #898989. Windows color (decimal): -1746537 or 9918949. OLE color: 9918949.
HSL color Cylindrical-coordinate representation of color #E55997: hue angle of 333.43º 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 #E55997 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 151 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.10 |
| HSL | 333.43º | 0.73% | 0.62% | - |
| HSV(B) | 333.43º | 0.61% | 0.9% | - |
| XYZ | 41.47 | 26.04 | 32.12 | - |
| YUV | 137.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 151 | 0 | 0.61 | 0.34 | 0.10 | 333.43 | 0.73 | 0.62 |
| Hex | E5 | 59 | 97 | 0 | 3D | 22 | A | 14D | 49 | 3E |
| Octal | 345 | 131 | 227 | 0 | 75 | 42 | 12 | 515 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10010111 | 0 | 111101 | 100010 | 1010 | 101001101 | 1001001 | 111110 |
Color Harmonies of #E55997
Complementary color
Monochromatic Colors of #E55997
Black with #E55997
Text Example
Text Example
White with #E55997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55997; }
p { color: rgb(229,89,151); }
H1.HeaderClassName
{
color: #E55997;
}
.AnyTagClassName
{
color: #E55997;
}
</style>
background-color css
<style>
a { background-color: #E55997; }
a { background-color: rgb(229,89,151); }
div.DivClassName
{
background-color: #E55997;
}
.BgClassName
{
background-color: #E55997;
}
</style>
border-color css
<style>
span { border-color: #E55997; }
span { border-color: rgb(229,89,151); }
td.TdClassName
{
border-color: #E55997;
}
.TagClassName
{
border-color: #E55997;
}
</style>