Shades of Dark Pink #E54A80
Tints of Dark Pink #E54A80
RGB
CMYK
RGB Variations
Color information
#E54A80 (or 0xE54A80) is known color: Dark Pink. HEX triplet: E5, 4A and 80. RGB value is (229,74,128). Sum of RGB (Red+Green+Blue) = 229+74+128=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A80 is #1AB57F. Grayscale: #7E7E7E. Windows color (decimal): -1750400 or 8407781. OLE color: 8407781.
HSL color Cylindrical-coordinate representation of color #E54A80: hue angle of 339.1º 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 #E54A80 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 128 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.10 |
| HSL | 339.1º | 0.75% | 0.59% | - |
| HSV(B) | 339.1º | 0.68% | 0.9% | - |
| XYZ | 38.66 | 23.11 | 22.85 | - |
| YUV | 126.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 128 | 0 | 0.68 | 0.44 | 0.10 | 339.1 | 0.75 | 0.59 |
| Hex | E5 | 4A | 80 | 0 | 44 | 2C | A | 153 | 4B | 3B |
| Octal | 345 | 112 | 200 | 0 | 104 | 54 | 12 | 523 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10000000 | 0 | 1000100 | 101100 | 1010 | 101010011 | 1001011 | 111011 |
Color Harmonies of #E54A80
Complementary color
Monochromatic Colors of #E54A80
Black with #E54A80
Text Example
Text Example
White with #E54A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A80; }
p { color: rgb(229,74,128); }
H1.HeaderClassName
{
color: #E54A80;
}
.AnyTagClassName
{
color: #E54A80;
}
</style>
background-color css
<style>
a { background-color: #E54A80; }
a { background-color: rgb(229,74,128); }
div.DivClassName
{
background-color: #E54A80;
}
.BgClassName
{
background-color: #E54A80;
}
</style>
border-color css
<style>
span { border-color: #E54A80; }
span { border-color: rgb(229,74,128); }
td.TdClassName
{
border-color: #E54A80;
}
.TagClassName
{
border-color: #E54A80;
}
</style>