Shades of Dark Pink #E55D7E
Tints of Dark Pink #E55D7E
RGB
CMYK
RGB Variations
Color information
#E55D7E (or 0xE55D7E) is known color: Dark Pink. HEX triplet: E5, 5D and 7E. RGB value is (229,93,126). Sum of RGB (Red+Green+Blue) = 229+93+126=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D7E is #1AA281. Grayscale: #898989. Windows color (decimal): -1745538 or 8281573. OLE color: 8281573.
HSL color Cylindrical-coordinate representation of color #E55D7E: hue angle of 345.44º 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 #E55D7E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 126 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.10 |
| HSL | 345.44º | 0.72% | 0.63% | - |
| HSV(B) | 345.44º | 0.59% | 0.9% | - |
| XYZ | 39.99 | 25.99 | 22.65 | - |
| YUV | 137.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 126 | 0 | 0.59 | 0.45 | 0.10 | 345.44 | 0.72 | 0.63 |
| Hex | E5 | 5D | 7E | 0 | 3B | 2D | A | 159 | 48 | 3F |
| Octal | 345 | 135 | 176 | 0 | 73 | 55 | 12 | 531 | 110 | 77 |
| Binary | 11100101 | 1011101 | 1111110 | 0 | 111011 | 101101 | 1010 | 101011001 | 1001000 | 111111 |
Color Harmonies of #E55D7E
Complementary color
Monochromatic Colors of #E55D7E
Black with #E55D7E
Text Example
Text Example
White with #E55D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D7E; }
p { color: rgb(229,93,126); }
H1.HeaderClassName
{
color: #E55D7E;
}
.AnyTagClassName
{
color: #E55D7E;
}
</style>
background-color css
<style>
a { background-color: #E55D7E; }
a { background-color: rgb(229,93,126); }
div.DivClassName
{
background-color: #E55D7E;
}
.BgClassName
{
background-color: #E55D7E;
}
</style>
border-color css
<style>
span { border-color: #E55D7E; }
span { border-color: rgb(229,93,126); }
td.TdClassName
{
border-color: #E55D7E;
}
.TagClassName
{
border-color: #E55D7E;
}
</style>