Shades of Dark Pink #E54E85
Tints of Dark Pink #E54E85
RGB
CMYK
RGB Variations
Color information
#E54E85 (or 0xE54E85) is known color: Dark Pink. HEX triplet: E5, 4E and 85. RGB value is (229,78,133). Sum of RGB (Red+Green+Blue) = 229+78+133=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E85 is #1AB17A. Grayscale: #818181. Windows color (decimal): -1749371 or 8736485. OLE color: 8736485.
HSL color Cylindrical-coordinate representation of color #E54E85: hue angle of 338.15º 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 #E54E85 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 133 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.10 |
| HSL | 338.15º | 0.74% | 0.6% | - |
| HSV(B) | 338.15º | 0.66% | 0.9% | - |
| XYZ | 39.27 | 23.8 | 24.71 | - |
| YUV | 129.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 133 | 0 | 0.66 | 0.42 | 0.10 | 338.15 | 0.74 | 0.6 |
| Hex | E5 | 4E | 85 | 0 | 42 | 2A | A | 152 | 4A | 3C |
| Octal | 345 | 116 | 205 | 0 | 102 | 52 | 12 | 522 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10000101 | 0 | 1000010 | 101010 | 1010 | 101010010 | 1001010 | 111100 |
Color Harmonies of #E54E85
Complementary color
Monochromatic Colors of #E54E85
Black with #E54E85
Text Example
Text Example
White with #E54E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E85; }
p { color: rgb(229,78,133); }
H1.HeaderClassName
{
color: #E54E85;
}
.AnyTagClassName
{
color: #E54E85;
}
</style>
background-color css
<style>
a { background-color: #E54E85; }
a { background-color: rgb(229,78,133); }
div.DivClassName
{
background-color: #E54E85;
}
.BgClassName
{
background-color: #E54E85;
}
</style>
border-color css
<style>
span { border-color: #E54E85; }
span { border-color: rgb(229,78,133); }
td.TdClassName
{
border-color: #E54E85;
}
.TagClassName
{
border-color: #E54E85;
}
</style>