Shades of Dark Pink #E54C84
Tints of Dark Pink #E54C84
RGB
CMYK
RGB Variations
Color information
#E54C84 (or 0xE54C84) is known color: Dark Pink. HEX triplet: E5, 4C and 84. RGB value is (229,76,132). Sum of RGB (Red+Green+Blue) = 229+76+132=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C84 is #1AB37B. Grayscale: #808080. Windows color (decimal): -1749884 or 8670437. OLE color: 8670437.
HSL color Cylindrical-coordinate representation of color #E54C84: hue angle of 338.04º 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 #E54C84 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 132 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.10 |
| HSL | 338.04º | 0.75% | 0.6% | - |
| HSV(B) | 338.04º | 0.67% | 0.9% | - |
| XYZ | 39.06 | 23.49 | 24.31 | - |
| YUV | 128.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 132 | 0 | 0.67 | 0.42 | 0.10 | 338.04 | 0.75 | 0.6 |
| Hex | E5 | 4C | 84 | 0 | 43 | 2A | A | 152 | 4B | 3C |
| Octal | 345 | 114 | 204 | 0 | 103 | 52 | 12 | 522 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10000100 | 0 | 1000011 | 101010 | 1010 | 101010010 | 1001011 | 111100 |
Color Harmonies of #E54C84
Complementary color
Monochromatic Colors of #E54C84
Black with #E54C84
Text Example
Text Example
White with #E54C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C84; }
p { color: rgb(229,76,132); }
H1.HeaderClassName
{
color: #E54C84;
}
.AnyTagClassName
{
color: #E54C84;
}
</style>
background-color css
<style>
a { background-color: #E54C84; }
a { background-color: rgb(229,76,132); }
div.DivClassName
{
background-color: #E54C84;
}
.BgClassName
{
background-color: #E54C84;
}
</style>
border-color css
<style>
span { border-color: #E54C84; }
span { border-color: rgb(229,76,132); }
td.TdClassName
{
border-color: #E54C84;
}
.TagClassName
{
border-color: #E54C84;
}
</style>