Shades of Dark Pink #E54D85
Tints of Dark Pink #E54D85
RGB
CMYK
RGB Variations
Color information
#E54D85 (or 0xE54D85) is known color: Dark Pink. HEX triplet: E5, 4D and 85. RGB value is (229,77,133). Sum of RGB (Red+Green+Blue) = 229+77+133=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D85 is #1AB27A. Grayscale: #808080. Windows color (decimal): -1749627 or 8736229. OLE color: 8736229.
HSL color Cylindrical-coordinate representation of color #E54D85: hue angle of 337.89º degrees, saturation: 0.75, 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 #E54D85 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 133 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.10 |
| HSL | 337.89º | 0.75% | 0.6% | - |
| HSV(B) | 337.89º | 0.66% | 0.9% | - |
| XYZ | 39.2 | 23.66 | 24.69 | - |
| YUV | 128.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 133 | 0 | 0.66 | 0.42 | 0.10 | 337.89 | 0.75 | 0.6 |
| Hex | E5 | 4D | 85 | 0 | 42 | 2A | A | 152 | 4B | 3C |
| Octal | 345 | 115 | 205 | 0 | 102 | 52 | 12 | 522 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10000101 | 0 | 1000010 | 101010 | 1010 | 101010010 | 1001011 | 111100 |
Color Harmonies of #E54D85
Complementary color
Monochromatic Colors of #E54D85
Black with #E54D85
Text Example
Text Example
White with #E54D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D85; }
p { color: rgb(229,77,133); }
H1.HeaderClassName
{
color: #E54D85;
}
.AnyTagClassName
{
color: #E54D85;
}
</style>
background-color css
<style>
a { background-color: #E54D85; }
a { background-color: rgb(229,77,133); }
div.DivClassName
{
background-color: #E54D85;
}
.BgClassName
{
background-color: #E54D85;
}
</style>
border-color css
<style>
span { border-color: #E54D85; }
span { border-color: rgb(229,77,133); }
td.TdClassName
{
border-color: #E54D85;
}
.TagClassName
{
border-color: #E54D85;
}
</style>