Shades of Dark Pink #E5547D
Tints of Dark Pink #E5547D
RGB
CMYK
RGB Variations
Color information
#E5547D (or 0xE5547D) is known color: Dark Pink. HEX triplet: E5, 54 and 7D. RGB value is (229,84,125). Sum of RGB (Red+Green+Blue) = 229+84+125=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5547D is #1AAB82. Grayscale: #848484. Windows color (decimal): -1747843 or 8213733. OLE color: 8213733.
HSL color Cylindrical-coordinate representation of color #E5547D: hue angle of 343.03º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5547D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 125 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.10 |
| HSL | 343.03º | 0.74% | 0.61% | - |
| HSV(B) | 343.03º | 0.63% | 0.9% | - |
| XYZ | 39.19 | 24.48 | 22.06 | - |
| YUV | 132.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 125 | 0 | 0.63 | 0.45 | 0.10 | 343.03 | 0.74 | 0.61 |
| Hex | E5 | 54 | 7D | 0 | 3F | 2D | A | 157 | 4A | 3D |
| Octal | 345 | 124 | 175 | 0 | 77 | 55 | 12 | 527 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1111101 | 0 | 111111 | 101101 | 1010 | 101010111 | 1001010 | 111101 |
Color Harmonies of #E5547D
Complementary color
Monochromatic Colors of #E5547D
Black with #E5547D
Text Example
Text Example
White with #E5547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5547D; }
p { color: rgb(229,84,125); }
H1.HeaderClassName
{
color: #E5547D;
}
.AnyTagClassName
{
color: #E5547D;
}
</style>
background-color css
<style>
a { background-color: #E5547D; }
a { background-color: rgb(229,84,125); }
div.DivClassName
{
background-color: #E5547D;
}
.BgClassName
{
background-color: #E5547D;
}
</style>
border-color css
<style>
span { border-color: #E5547D; }
span { border-color: rgb(229,84,125); }
td.TdClassName
{
border-color: #E5547D;
}
.TagClassName
{
border-color: #E5547D;
}
</style>