Shades of Dark Pink #E54C81
Tints of Dark Pink #E54C81
RGB
CMYK
RGB Variations
Color information
#E54C81 (or 0xE54C81) is known color: Dark Pink. HEX triplet: E5, 4C and 81. RGB value is (229,76,129). Sum of RGB (Red+Green+Blue) = 229+76+129=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C81 is #1AB37E. Grayscale: #7F7F7F. Windows color (decimal): -1749887 or 8473829. OLE color: 8473829.
HSL color Cylindrical-coordinate representation of color #E54C81: hue angle of 339.22º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C81 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 129 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.10 |
| HSL | 339.22º | 0.75% | 0.6% | - |
| HSV(B) | 339.22º | 0.67% | 0.9% | - |
| XYZ | 38.86 | 23.41 | 23.24 | - |
| YUV | 127.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 129 | 0 | 0.67 | 0.44 | 0.10 | 339.22 | 0.75 | 0.6 |
| Hex | E5 | 4C | 81 | 0 | 43 | 2C | A | 153 | 4B | 3C |
| Octal | 345 | 114 | 201 | 0 | 103 | 54 | 12 | 523 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10000001 | 0 | 1000011 | 101100 | 1010 | 101010011 | 1001011 | 111100 |
Color Harmonies of #E54C81
Complementary color
Monochromatic Colors of #E54C81
Black with #E54C81
Text Example
Text Example
White with #E54C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C81; }
p { color: rgb(229,76,129); }
H1.HeaderClassName
{
color: #E54C81;
}
.AnyTagClassName
{
color: #E54C81;
}
</style>
background-color css
<style>
a { background-color: #E54C81; }
a { background-color: rgb(229,76,129); }
div.DivClassName
{
background-color: #E54C81;
}
.BgClassName
{
background-color: #E54C81;
}
</style>
border-color css
<style>
span { border-color: #E54C81; }
span { border-color: rgb(229,76,129); }
td.TdClassName
{
border-color: #E54C81;
}
.TagClassName
{
border-color: #E54C81;
}
</style>