Shades of Dark Pink #E5578D
Tints of Dark Pink #E5578D
RGB
CMYK
RGB Variations
Color information
#E5578D (or 0xE5578D) is known color: Dark Pink. HEX triplet: E5, 57 and 8D. RGB value is (229,87,141). Sum of RGB (Red+Green+Blue) = 229+87+141=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5578D is #1AA872. Grayscale: #878787. Windows color (decimal): -1747059 or 9263077. OLE color: 9263077.
HSL color Cylindrical-coordinate representation of color #E5578D: hue angle of 337.18º 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 #E5578D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 141 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.10 |
| HSL | 337.18º | 0.73% | 0.62% | - |
| HSV(B) | 337.18º | 0.62% | 0.9% | - |
| XYZ | 40.53 | 25.4 | 27.97 | - |
| YUV | 135.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 141 | 0 | 0.62 | 0.38 | 0.10 | 337.18 | 0.73 | 0.62 |
| Hex | E5 | 57 | 8D | 0 | 3E | 26 | A | 151 | 49 | 3E |
| Octal | 345 | 127 | 215 | 0 | 76 | 46 | 12 | 521 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10001101 | 0 | 111110 | 100110 | 1010 | 101010001 | 1001001 | 111110 |
Color Harmonies of #E5578D
Complementary color
Monochromatic Colors of #E5578D
Black with #E5578D
Text Example
Text Example
White with #E5578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5578D; }
p { color: rgb(229,87,141); }
H1.HeaderClassName
{
color: #E5578D;
}
.AnyTagClassName
{
color: #E5578D;
}
</style>
background-color css
<style>
a { background-color: #E5578D; }
a { background-color: rgb(229,87,141); }
div.DivClassName
{
background-color: #E5578D;
}
.BgClassName
{
background-color: #E5578D;
}
</style>
border-color css
<style>
span { border-color: #E5578D; }
span { border-color: rgb(229,87,141); }
td.TdClassName
{
border-color: #E5578D;
}
.TagClassName
{
border-color: #E5578D;
}
</style>