Shades of Dark Pink #E54D81
Tints of Dark Pink #E54D81
RGB
CMYK
RGB Variations
Color information
#E54D81 (or 0xE54D81) is known color: Dark Pink. HEX triplet: E5, 4D and 81. RGB value is (229,77,129). Sum of RGB (Red+Green+Blue) = 229+77+129=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D81 is #1AB27E. Grayscale: #808080. Windows color (decimal): -1749631 or 8474085. OLE color: 8474085.
HSL color Cylindrical-coordinate representation of color #E54D81: hue angle of 339.47º 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 #E54D81 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 129 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.10 |
| HSL | 339.47º | 0.75% | 0.6% | - |
| HSV(B) | 339.47º | 0.66% | 0.9% | - |
| XYZ | 38.93 | 23.55 | 23.26 | - |
| YUV | 128.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 129 | 0 | 0.66 | 0.44 | 0.10 | 339.47 | 0.75 | 0.6 |
| Hex | E5 | 4D | 81 | 0 | 42 | 2C | A | 153 | 4B | 3C |
| Octal | 345 | 115 | 201 | 0 | 102 | 54 | 12 | 523 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10000001 | 0 | 1000010 | 101100 | 1010 | 101010011 | 1001011 | 111100 |
Color Harmonies of #E54D81
Complementary color
Monochromatic Colors of #E54D81
Black with #E54D81
Text Example
Text Example
White with #E54D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D81; }
p { color: rgb(229,77,129); }
H1.HeaderClassName
{
color: #E54D81;
}
.AnyTagClassName
{
color: #E54D81;
}
</style>
background-color css
<style>
a { background-color: #E54D81; }
a { background-color: rgb(229,77,129); }
div.DivClassName
{
background-color: #E54D81;
}
.BgClassName
{
background-color: #E54D81;
}
</style>
border-color css
<style>
span { border-color: #E54D81; }
span { border-color: rgb(229,77,129); }
td.TdClassName
{
border-color: #E54D81;
}
.TagClassName
{
border-color: #E54D81;
}
</style>