Shades of Dark Pink #E5477C
Tints of Dark Pink #E5477C
RGB
CMYK
RGB Variations
Color information
#E5477C (or 0xE5477C) is known color: Dark Pink. HEX triplet: E5, 47 and 7C. RGB value is (229,71,124). Sum of RGB (Red+Green+Blue) = 229+71+124=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5477C is #1AB883. Grayscale: #7C7C7C. Windows color (decimal): -1751172 or 8144869. OLE color: 8144869.
HSL color Cylindrical-coordinate representation of color #E5477C: hue angle of 339.87º 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 #E5477C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 124 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.10 |
| HSL | 339.87º | 0.75% | 0.59% | - |
| HSV(B) | 339.87º | 0.69% | 0.9% | - |
| XYZ | 38.2 | 22.62 | 21.42 | - |
| YUV | 124.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 124 | 0 | 0.69 | 0.46 | 0.10 | 339.87 | 0.75 | 0.59 |
| Hex | E5 | 47 | 7C | 0 | 45 | 2E | A | 154 | 4B | 3B |
| Octal | 345 | 107 | 174 | 0 | 105 | 56 | 12 | 524 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1111100 | 0 | 1000101 | 101110 | 1010 | 101010100 | 1001011 | 111011 |
Color Harmonies of #E5477C
Complementary color
Monochromatic Colors of #E5477C
Black with #E5477C
Text Example
Text Example
White with #E5477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5477C; }
p { color: rgb(229,71,124); }
H1.HeaderClassName
{
color: #E5477C;
}
.AnyTagClassName
{
color: #E5477C;
}
</style>
background-color css
<style>
a { background-color: #E5477C; }
a { background-color: rgb(229,71,124); }
div.DivClassName
{
background-color: #E5477C;
}
.BgClassName
{
background-color: #E5477C;
}
</style>
border-color css
<style>
span { border-color: #E5477C; }
span { border-color: rgb(229,71,124); }
td.TdClassName
{
border-color: #E5477C;
}
.TagClassName
{
border-color: #E5477C;
}
</style>