Shades of Dark Pink #E55C7E
Tints of Dark Pink #E55C7E
RGB
CMYK
RGB Variations
Color information
#E55C7E (or 0xE55C7E) is known color: Dark Pink. HEX triplet: E5, 5C and 7E. RGB value is (229,92,126). Sum of RGB (Red+Green+Blue) = 229+92+126=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C7E is #1AA381. Grayscale: #888888. Windows color (decimal): -1745794 or 8281317. OLE color: 8281317.
HSL color Cylindrical-coordinate representation of color #E55C7E: hue angle of 345.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C7E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 126 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.10 |
| HSL | 345.11º | 0.72% | 0.63% | - |
| HSV(B) | 345.11º | 0.6% | 0.9% | - |
| XYZ | 39.91 | 25.82 | 22.62 | - |
| YUV | 136.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 126 | 0 | 0.60 | 0.45 | 0.10 | 345.11 | 0.72 | 0.63 |
| Hex | E5 | 5C | 7E | 0 | 3C | 2D | A | 159 | 48 | 3F |
| Octal | 345 | 134 | 176 | 0 | 74 | 55 | 12 | 531 | 110 | 77 |
| Binary | 11100101 | 1011100 | 1111110 | 0 | 111100 | 101101 | 1010 | 101011001 | 1001000 | 111111 |
Color Harmonies of #E55C7E
Complementary color
Monochromatic Colors of #E55C7E
Black with #E55C7E
Text Example
Text Example
White with #E55C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C7E; }
p { color: rgb(229,92,126); }
H1.HeaderClassName
{
color: #E55C7E;
}
.AnyTagClassName
{
color: #E55C7E;
}
</style>
background-color css
<style>
a { background-color: #E55C7E; }
a { background-color: rgb(229,92,126); }
div.DivClassName
{
background-color: #E55C7E;
}
.BgClassName
{
background-color: #E55C7E;
}
</style>
border-color css
<style>
span { border-color: #E55C7E; }
span { border-color: rgb(229,92,126); }
td.TdClassName
{
border-color: #E55C7E;
}
.TagClassName
{
border-color: #E55C7E;
}
</style>