Shades of Dark Pink #E5477D
Tints of Dark Pink #E5477D
RGB
CMYK
RGB Variations
Color information
#E5477D (or 0xE5477D) is known color: Dark Pink. HEX triplet: E5, 47 and 7D. RGB value is (229,71,125). Sum of RGB (Red+Green+Blue) = 229+71+125=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5477D is #1AB882. Grayscale: #7C7C7C. Windows color (decimal): -1751171 or 8210405. OLE color: 8210405.
HSL color Cylindrical-coordinate representation of color #E5477D: hue angle of 339.49º 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 #E5477D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 125 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.10 |
| HSL | 339.49º | 0.75% | 0.59% | - |
| HSV(B) | 339.49º | 0.69% | 0.9% | - |
| XYZ | 38.27 | 22.65 | 21.76 | - |
| YUV | 124.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 125 | 0 | 0.69 | 0.45 | 0.10 | 339.49 | 0.75 | 0.59 |
| Hex | E5 | 47 | 7D | 0 | 45 | 2D | A | 153 | 4B | 3B |
| Octal | 345 | 107 | 175 | 0 | 105 | 55 | 12 | 523 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1111101 | 0 | 1000101 | 101101 | 1010 | 101010011 | 1001011 | 111011 |
Color Harmonies of #E5477D
Complementary color
Monochromatic Colors of #E5477D
Black with #E5477D
Text Example
Text Example
White with #E5477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5477D; }
p { color: rgb(229,71,125); }
H1.HeaderClassName
{
color: #E5477D;
}
.AnyTagClassName
{
color: #E5477D;
}
</style>
background-color css
<style>
a { background-color: #E5477D; }
a { background-color: rgb(229,71,125); }
div.DivClassName
{
background-color: #E5477D;
}
.BgClassName
{
background-color: #E5477D;
}
</style>
border-color css
<style>
span { border-color: #E5477D; }
span { border-color: rgb(229,71,125); }
td.TdClassName
{
border-color: #E5477D;
}
.TagClassName
{
border-color: #E5477D;
}
</style>