Shades of Dark Pink #E54A89
Tints of Dark Pink #E54A89
RGB
CMYK
RGB Variations
Color information
#E54A89 (or 0xE54A89) is known color: Dark Pink. HEX triplet: E5, 4A and 89. RGB value is (229,74,137). Sum of RGB (Red+Green+Blue) = 229+74+137=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A89 is #1AB576. Grayscale: #7F7F7F. Windows color (decimal): -1750391 or 8997605. OLE color: 8997605.
HSL color Cylindrical-coordinate representation of color #E54A89: hue angle of 335.61º 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 #E54A89 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 137 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.10 |
| HSL | 335.61º | 0.75% | 0.59% | - |
| HSV(B) | 335.61º | 0.68% | 0.9% | - |
| XYZ | 39.28 | 23.36 | 26.11 | - |
| YUV | 127.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 137 | 0 | 0.68 | 0.40 | 0.10 | 335.61 | 0.75 | 0.59 |
| Hex | E5 | 4A | 89 | 0 | 44 | 28 | A | 150 | 4B | 3B |
| Octal | 345 | 112 | 211 | 0 | 104 | 50 | 12 | 520 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10001001 | 0 | 1000100 | 101000 | 1010 | 101010000 | 1001011 | 111011 |
Color Harmonies of #E54A89
Complementary color
Monochromatic Colors of #E54A89
Black with #E54A89
Text Example
Text Example
White with #E54A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A89; }
p { color: rgb(229,74,137); }
H1.HeaderClassName
{
color: #E54A89;
}
.AnyTagClassName
{
color: #E54A89;
}
</style>
background-color css
<style>
a { background-color: #E54A89; }
a { background-color: rgb(229,74,137); }
div.DivClassName
{
background-color: #E54A89;
}
.BgClassName
{
background-color: #E54A89;
}
</style>
border-color css
<style>
span { border-color: #E54A89; }
span { border-color: rgb(229,74,137); }
td.TdClassName
{
border-color: #E54A89;
}
.TagClassName
{
border-color: #E54A89;
}
</style>