Shades of Dark Pink #E55E7D
Tints of Dark Pink #E55E7D
RGB
CMYK
RGB Variations
Color information
#E55E7D (or 0xE55E7D) is known color: Dark Pink. HEX triplet: E5, 5E and 7D. RGB value is (229,94,125). Sum of RGB (Red+Green+Blue) = 229+94+125=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E7D is #1AA182. Grayscale: #898989. Windows color (decimal): -1745283 or 8216293. OLE color: 8216293.
HSL color Cylindrical-coordinate representation of color #E55E7D: hue angle of 346.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E7D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 125 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.10 |
| HSL | 346.22º | 0.72% | 0.63% | - |
| HSV(B) | 346.22º | 0.59% | 0.9% | - |
| XYZ | 40.02 | 26.14 | 22.34 | - |
| YUV | 137.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 125 | 0 | 0.59 | 0.45 | 0.10 | 346.22 | 0.72 | 0.63 |
| Hex | E5 | 5E | 7D | 0 | 3B | 2D | A | 15A | 48 | 3F |
| Octal | 345 | 136 | 175 | 0 | 73 | 55 | 12 | 532 | 110 | 77 |
| Binary | 11100101 | 1011110 | 1111101 | 0 | 111011 | 101101 | 1010 | 101011010 | 1001000 | 111111 |
Color Harmonies of #E55E7D
Complementary color
Monochromatic Colors of #E55E7D
Black with #E55E7D
Text Example
Text Example
White with #E55E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E7D; }
p { color: rgb(229,94,125); }
H1.HeaderClassName
{
color: #E55E7D;
}
.AnyTagClassName
{
color: #E55E7D;
}
</style>
background-color css
<style>
a { background-color: #E55E7D; }
a { background-color: rgb(229,94,125); }
div.DivClassName
{
background-color: #E55E7D;
}
.BgClassName
{
background-color: #E55E7D;
}
</style>
border-color css
<style>
span { border-color: #E55E7D; }
span { border-color: rgb(229,94,125); }
td.TdClassName
{
border-color: #E55E7D;
}
.TagClassName
{
border-color: #E55E7D;
}
</style>