Shades of Dark Pink #E54E80
Tints of Dark Pink #E54E80
RGB
CMYK
RGB Variations
Color information
#E54E80 (or 0xE54E80) is known color: Dark Pink. HEX triplet: E5, 4E and 80. RGB value is (229,78,128). Sum of RGB (Red+Green+Blue) = 229+78+128=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E80 is #1AB17F. Grayscale: #808080. Windows color (decimal): -1749376 or 8408805. OLE color: 8408805.
HSL color Cylindrical-coordinate representation of color #E54E80: hue angle of 340.13º 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 #E54E80 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 128 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.10 |
| HSL | 340.13º | 0.74% | 0.6% | - |
| HSV(B) | 340.13º | 0.66% | 0.9% | - |
| XYZ | 38.93 | 23.67 | 22.94 | - |
| YUV | 128.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 128 | 0 | 0.66 | 0.44 | 0.10 | 340.13 | 0.74 | 0.6 |
| Hex | E5 | 4E | 80 | 0 | 42 | 2C | A | 154 | 4A | 3C |
| Octal | 345 | 116 | 200 | 0 | 102 | 54 | 12 | 524 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10000000 | 0 | 1000010 | 101100 | 1010 | 101010100 | 1001010 | 111100 |
Color Harmonies of #E54E80
Complementary color
Monochromatic Colors of #E54E80
Black with #E54E80
Text Example
Text Example
White with #E54E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E80; }
p { color: rgb(229,78,128); }
H1.HeaderClassName
{
color: #E54E80;
}
.AnyTagClassName
{
color: #E54E80;
}
</style>
background-color css
<style>
a { background-color: #E54E80; }
a { background-color: rgb(229,78,128); }
div.DivClassName
{
background-color: #E54E80;
}
.BgClassName
{
background-color: #E54E80;
}
</style>
border-color css
<style>
span { border-color: #E54E80; }
span { border-color: rgb(229,78,128); }
td.TdClassName
{
border-color: #E54E80;
}
.TagClassName
{
border-color: #E54E80;
}
</style>