Shades of Dark Pink #E54885
Tints of Dark Pink #E54885
RGB
CMYK
RGB Variations
Color information
#E54885 (or 0xE54885) is known color: Dark Pink. HEX triplet: E5, 48 and 85. RGB value is (229,72,133). Sum of RGB (Red+Green+Blue) = 229+72+133=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E54885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54885 is #1AB77A. Grayscale: #7D7D7D. Windows color (decimal): -1750907 or 8734949. OLE color: 8734949.
HSL color Cylindrical-coordinate representation of color #E54885: hue angle of 336.69º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54885 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 133 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.10 |
| HSL | 336.69º | 0.75% | 0.59% | - |
| HSV(B) | 336.69º | 0.69% | 0.9% | - |
| XYZ | 38.86 | 22.99 | 24.58 | - |
| YUV | 125.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 133 | 0 | 0.69 | 0.42 | 0.10 | 336.69 | 0.75 | 0.59 |
| Hex | E5 | 48 | 85 | 0 | 45 | 2A | A | 151 | 4B | 3B |
| Octal | 345 | 110 | 205 | 0 | 105 | 52 | 12 | 521 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10000101 | 0 | 1000101 | 101010 | 1010 | 101010001 | 1001011 | 111011 |
Color Harmonies of #E54885
Complementary color
Monochromatic Colors of #E54885
Black with #E54885
Text Example
Text Example
White with #E54885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54885; }
p { color: rgb(229,72,133); }
H1.HeaderClassName
{
color: #E54885;
}
.AnyTagClassName
{
color: #E54885;
}
</style>
background-color css
<style>
a { background-color: #E54885; }
a { background-color: rgb(229,72,133); }
div.DivClassName
{
background-color: #E54885;
}
.BgClassName
{
background-color: #E54885;
}
</style>
border-color css
<style>
span { border-color: #E54885; }
span { border-color: rgb(229,72,133); }
td.TdClassName
{
border-color: #E54885;
}
.TagClassName
{
border-color: #E54885;
}
</style>