Shades of Dark Pink #E54A84
Tints of Dark Pink #E54A84
RGB
CMYK
RGB Variations
Color information
#E54A84 (or 0xE54A84) is known color: Dark Pink. HEX triplet: E5, 4A and 84. RGB value is (229,74,132). Sum of RGB (Red+Green+Blue) = 229+74+132=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A84 is #1AB57B. Grayscale: #7E7E7E. Windows color (decimal): -1750396 or 8669925. OLE color: 8669925.
HSL color Cylindrical-coordinate representation of color #E54A84: hue angle of 337.55º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A84 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 132 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.10 |
| HSL | 337.55º | 0.75% | 0.59% | - |
| HSV(B) | 337.55º | 0.68% | 0.9% | - |
| XYZ | 38.93 | 23.22 | 24.26 | - |
| YUV | 126.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 132 | 0 | 0.68 | 0.42 | 0.10 | 337.55 | 0.75 | 0.59 |
| Hex | E5 | 4A | 84 | 0 | 44 | 2A | A | 152 | 4B | 3B |
| Octal | 345 | 112 | 204 | 0 | 104 | 52 | 12 | 522 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10000100 | 0 | 1000100 | 101010 | 1010 | 101010010 | 1001011 | 111011 |
Color Harmonies of #E54A84
Complementary color
Monochromatic Colors of #E54A84
Black with #E54A84
Text Example
Text Example
White with #E54A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A84; }
p { color: rgb(229,74,132); }
H1.HeaderClassName
{
color: #E54A84;
}
.AnyTagClassName
{
color: #E54A84;
}
</style>
background-color css
<style>
a { background-color: #E54A84; }
a { background-color: rgb(229,74,132); }
div.DivClassName
{
background-color: #E54A84;
}
.BgClassName
{
background-color: #E54A84;
}
</style>
border-color css
<style>
span { border-color: #E54A84; }
span { border-color: rgb(229,74,132); }
td.TdClassName
{
border-color: #E54A84;
}
.TagClassName
{
border-color: #E54A84;
}
</style>