Shades of Dark Pink #E54A81
Tints of Dark Pink #E54A81
RGB
CMYK
RGB Variations
Color information
#E54A81 (or 0xE54A81) is known color: Dark Pink. HEX triplet: E5, 4A and 81. RGB value is (229,74,129). Sum of RGB (Red+Green+Blue) = 229+74+129=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A81 is #1AB57E. Grayscale: #7E7E7E. Windows color (decimal): -1750399 or 8473317. OLE color: 8473317.
HSL color Cylindrical-coordinate representation of color #E54A81: hue angle of 338.71º 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 #E54A81 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 129 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.10 |
| HSL | 338.71º | 0.75% | 0.59% | - |
| HSV(B) | 338.71º | 0.68% | 0.9% | - |
| XYZ | 38.72 | 23.14 | 23.19 | - |
| YUV | 126.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 129 | 0 | 0.68 | 0.44 | 0.10 | 338.71 | 0.75 | 0.59 |
| Hex | E5 | 4A | 81 | 0 | 44 | 2C | A | 153 | 4B | 3B |
| Octal | 345 | 112 | 201 | 0 | 104 | 54 | 12 | 523 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10000001 | 0 | 1000100 | 101100 | 1010 | 101010011 | 1001011 | 111011 |
Color Harmonies of #E54A81
Complementary color
Monochromatic Colors of #E54A81
Black with #E54A81
Text Example
Text Example
White with #E54A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A81; }
p { color: rgb(229,74,129); }
H1.HeaderClassName
{
color: #E54A81;
}
.AnyTagClassName
{
color: #E54A81;
}
</style>
background-color css
<style>
a { background-color: #E54A81; }
a { background-color: rgb(229,74,129); }
div.DivClassName
{
background-color: #E54A81;
}
.BgClassName
{
background-color: #E54A81;
}
</style>
border-color css
<style>
span { border-color: #E54A81; }
span { border-color: rgb(229,74,129); }
td.TdClassName
{
border-color: #E54A81;
}
.TagClassName
{
border-color: #E54A81;
}
</style>