Shades of Dark Pink #E54E87
Tints of Dark Pink #E54E87
RGB
CMYK
RGB Variations
Color information
#E54E87 (or 0xE54E87) is known color: Dark Pink. HEX triplet: E5, 4E and 87. RGB value is (229,78,135). Sum of RGB (Red+Green+Blue) = 229+78+135=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E87 is #1AB178. Grayscale: #818181. Windows color (decimal): -1749369 or 8867557. OLE color: 8867557.
HSL color Cylindrical-coordinate representation of color #E54E87: hue angle of 337.35º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54E87 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 135 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.10 |
| HSL | 337.35º | 0.74% | 0.6% | - |
| HSV(B) | 337.35º | 0.66% | 0.9% | - |
| XYZ | 39.41 | 23.86 | 25.45 | - |
| YUV | 129.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 135 | 0 | 0.66 | 0.41 | 0.10 | 337.35 | 0.74 | 0.6 |
| Hex | E5 | 4E | 87 | 0 | 42 | 29 | A | 151 | 4A | 3C |
| Octal | 345 | 116 | 207 | 0 | 102 | 51 | 12 | 521 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10000111 | 0 | 1000010 | 101001 | 1010 | 101010001 | 1001010 | 111100 |
Color Harmonies of #E54E87
Complementary color
Monochromatic Colors of #E54E87
Black with #E54E87
Text Example
Text Example
White with #E54E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E87; }
p { color: rgb(229,78,135); }
H1.HeaderClassName
{
color: #E54E87;
}
.AnyTagClassName
{
color: #E54E87;
}
</style>
background-color css
<style>
a { background-color: #E54E87; }
a { background-color: rgb(229,78,135); }
div.DivClassName
{
background-color: #E54E87;
}
.BgClassName
{
background-color: #E54E87;
}
</style>
border-color css
<style>
span { border-color: #E54E87; }
span { border-color: rgb(229,78,135); }
td.TdClassName
{
border-color: #E54E87;
}
.TagClassName
{
border-color: #E54E87;
}
</style>