Shades of Dark Pink #E55389
Tints of Dark Pink #E55389
RGB
CMYK
RGB Variations
Color information
#E55389 (or 0xE55389) is known color: Dark Pink. HEX triplet: E5, 53 and 89. RGB value is (229,83,137). Sum of RGB (Red+Green+Blue) = 229+83+137=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55389 is #1AAC76. Grayscale: #848484. Windows color (decimal): -1748087 or 8999909. OLE color: 8999909.
HSL color Cylindrical-coordinate representation of color #E55389: hue angle of 337.81º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55389 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 137 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.10 |
| HSL | 337.81º | 0.74% | 0.61% | - |
| HSV(B) | 337.81º | 0.64% | 0.9% | - |
| XYZ | 39.92 | 24.65 | 26.32 | - |
| YUV | 132.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 137 | 0 | 0.64 | 0.40 | 0.10 | 337.81 | 0.74 | 0.61 |
| Hex | E5 | 53 | 89 | 0 | 40 | 28 | A | 152 | 4A | 3D |
| Octal | 345 | 123 | 211 | 0 | 100 | 50 | 12 | 522 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10001001 | 0 | 1000000 | 101000 | 1010 | 101010010 | 1001010 | 111101 |
Color Harmonies of #E55389
Complementary color
Monochromatic Colors of #E55389
Black with #E55389
Text Example
Text Example
White with #E55389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55389; }
p { color: rgb(229,83,137); }
H1.HeaderClassName
{
color: #E55389;
}
.AnyTagClassName
{
color: #E55389;
}
</style>
background-color css
<style>
a { background-color: #E55389; }
a { background-color: rgb(229,83,137); }
div.DivClassName
{
background-color: #E55389;
}
.BgClassName
{
background-color: #E55389;
}
</style>
border-color css
<style>
span { border-color: #E55389; }
span { border-color: rgb(229,83,137); }
td.TdClassName
{
border-color: #E55389;
}
.TagClassName
{
border-color: #E55389;
}
</style>