Shades of Dark Pink #E54580
Tints of Dark Pink #E54580
RGB
CMYK
RGB Variations
Color information
#E54580 (or 0xE54580) is known color: Dark Pink. HEX triplet: E5, 45 and 80. RGB value is (229,69,128). Sum of RGB (Red+Green+Blue) = 229+69+128=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E54580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54580 is #1ABA7F. Grayscale: #7B7B7B. Windows color (decimal): -1751680 or 8406501. OLE color: 8406501.
HSL color Cylindrical-coordinate representation of color #E54580: hue angle of 337.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54580 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 128 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.10 |
| HSL | 337.88º | 0.75% | 0.58% | - |
| HSV(B) | 337.88º | 0.7% | 0.9% | - |
| XYZ | 38.34 | 22.47 | 22.74 | - |
| YUV | 123.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 128 | 0 | 0.70 | 0.44 | 0.10 | 337.88 | 0.75 | 0.58 |
| Hex | E5 | 45 | 80 | 0 | 46 | 2C | A | 152 | 4B | 3A |
| Octal | 345 | 105 | 200 | 0 | 106 | 54 | 12 | 522 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10000000 | 0 | 1000110 | 101100 | 1010 | 101010010 | 1001011 | 111010 |
Color Harmonies of #E54580
Complementary color
Monochromatic Colors of #E54580
Black with #E54580
Text Example
Text Example
White with #E54580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54580; }
p { color: rgb(229,69,128); }
H1.HeaderClassName
{
color: #E54580;
}
.AnyTagClassName
{
color: #E54580;
}
</style>
background-color css
<style>
a { background-color: #E54580; }
a { background-color: rgb(229,69,128); }
div.DivClassName
{
background-color: #E54580;
}
.BgClassName
{
background-color: #E54580;
}
</style>
border-color css
<style>
span { border-color: #E54580; }
span { border-color: rgb(229,69,128); }
td.TdClassName
{
border-color: #E54580;
}
.TagClassName
{
border-color: #E54580;
}
</style>