Shades of Dark Pink #E5487D
Tints of Dark Pink #E5487D
RGB
CMYK
RGB Variations
Color information
#E5487D (or 0xE5487D) is known color: Dark Pink. HEX triplet: E5, 48 and 7D. RGB value is (229,72,125). Sum of RGB (Red+Green+Blue) = 229+72+125=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5487D is #1AB782. Grayscale: #7C7C7C. Windows color (decimal): -1750915 or 8210661. OLE color: 8210661.
HSL color Cylindrical-coordinate representation of color #E5487D: hue angle of 339.75º 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 #E5487D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 125 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.10 |
| HSL | 339.75º | 0.75% | 0.59% | - |
| HSV(B) | 339.75º | 0.69% | 0.9% | - |
| XYZ | 38.33 | 22.77 | 21.78 | - |
| YUV | 124.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 125 | 0 | 0.69 | 0.45 | 0.10 | 339.75 | 0.75 | 0.59 |
| Hex | E5 | 48 | 7D | 0 | 45 | 2D | A | 154 | 4B | 3B |
| Octal | 345 | 110 | 175 | 0 | 105 | 55 | 12 | 524 | 113 | 73 |
| Binary | 11100101 | 1001000 | 1111101 | 0 | 1000101 | 101101 | 1010 | 101010100 | 1001011 | 111011 |
Color Harmonies of #E5487D
Complementary color
Monochromatic Colors of #E5487D
Black with #E5487D
Text Example
Text Example
White with #E5487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5487D; }
p { color: rgb(229,72,125); }
H1.HeaderClassName
{
color: #E5487D;
}
.AnyTagClassName
{
color: #E5487D;
}
</style>
background-color css
<style>
a { background-color: #E5487D; }
a { background-color: rgb(229,72,125); }
div.DivClassName
{
background-color: #E5487D;
}
.BgClassName
{
background-color: #E5487D;
}
</style>
border-color css
<style>
span { border-color: #E5487D; }
span { border-color: rgb(229,72,125); }
td.TdClassName
{
border-color: #E5487D;
}
.TagClassName
{
border-color: #E5487D;
}
</style>