Shades of Dark Pink #E54C86
Tints of Dark Pink #E54C86
RGB
CMYK
RGB Variations
Color information
#E54C86 (or 0xE54C86) is known color: Dark Pink. HEX triplet: E5, 4C and 86. RGB value is (229,76,134). Sum of RGB (Red+Green+Blue) = 229+76+134=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C86 is #1AB379. Grayscale: #808080. Windows color (decimal): -1749882 or 8801509. OLE color: 8801509.
HSL color Cylindrical-coordinate representation of color #E54C86: hue angle of 337.25º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C86 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 134 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.10 |
| HSL | 337.25º | 0.75% | 0.6% | - |
| HSV(B) | 337.25º | 0.67% | 0.9% | - |
| XYZ | 39.2 | 23.55 | 25.03 | - |
| YUV | 128.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 134 | 0 | 0.67 | 0.41 | 0.10 | 337.25 | 0.75 | 0.6 |
| Hex | E5 | 4C | 86 | 0 | 43 | 29 | A | 151 | 4B | 3C |
| Octal | 345 | 114 | 206 | 0 | 103 | 51 | 12 | 521 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10000110 | 0 | 1000011 | 101001 | 1010 | 101010001 | 1001011 | 111100 |
Color Harmonies of #E54C86
Complementary color
Monochromatic Colors of #E54C86
Black with #E54C86
Text Example
Text Example
White with #E54C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C86; }
p { color: rgb(229,76,134); }
H1.HeaderClassName
{
color: #E54C86;
}
.AnyTagClassName
{
color: #E54C86;
}
</style>
background-color css
<style>
a { background-color: #E54C86; }
a { background-color: rgb(229,76,134); }
div.DivClassName
{
background-color: #E54C86;
}
.BgClassName
{
background-color: #E54C86;
}
</style>
border-color css
<style>
span { border-color: #E54C86; }
span { border-color: rgb(229,76,134); }
td.TdClassName
{
border-color: #E54C86;
}
.TagClassName
{
border-color: #E54C86;
}
</style>