Shades of Dark Pink #E5577D
Tints of Dark Pink #E5577D
RGB
CMYK
RGB Variations
Color information
#E5577D (or 0xE5577D) is known color: Dark Pink. HEX triplet: E5, 57 and 7D. RGB value is (229,87,125). Sum of RGB (Red+Green+Blue) = 229+87+125=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5577D is #1AA882. Grayscale: #858585. Windows color (decimal): -1747075 or 8214501. OLE color: 8214501.
HSL color Cylindrical-coordinate representation of color #E5577D: hue angle of 343.94º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5577D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 125 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.10 |
| HSL | 343.94º | 0.73% | 0.62% | - |
| HSV(B) | 343.94º | 0.62% | 0.9% | - |
| XYZ | 39.42 | 24.96 | 22.14 | - |
| YUV | 133.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 125 | 0 | 0.62 | 0.45 | 0.10 | 343.94 | 0.73 | 0.62 |
| Hex | E5 | 57 | 7D | 0 | 3E | 2D | A | 158 | 49 | 3E |
| Octal | 345 | 127 | 175 | 0 | 76 | 55 | 12 | 530 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1111101 | 0 | 111110 | 101101 | 1010 | 101011000 | 1001001 | 111110 |
Color Harmonies of #E5577D
Complementary color
Monochromatic Colors of #E5577D
Black with #E5577D
Text Example
Text Example
White with #E5577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5577D; }
p { color: rgb(229,87,125); }
H1.HeaderClassName
{
color: #E5577D;
}
.AnyTagClassName
{
color: #E5577D;
}
</style>
background-color css
<style>
a { background-color: #E5577D; }
a { background-color: rgb(229,87,125); }
div.DivClassName
{
background-color: #E5577D;
}
.BgClassName
{
background-color: #E5577D;
}
</style>
border-color css
<style>
span { border-color: #E5577D; }
span { border-color: rgb(229,87,125); }
td.TdClassName
{
border-color: #E5577D;
}
.TagClassName
{
border-color: #E5577D;
}
</style>