Shades of Dark Pink #E5547F
Tints of Dark Pink #E5547F
RGB
CMYK
RGB Variations
Color information
#E5547F (or 0xE5547F) is known color: Dark Pink. HEX triplet: E5, 54 and 7F. RGB value is (229,84,127). Sum of RGB (Red+Green+Blue) = 229+84+127=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5547F is #1AAB80. Grayscale: #848484. Windows color (decimal): -1747841 or 8344805. OLE color: 8344805.
HSL color Cylindrical-coordinate representation of color #E5547F: hue angle of 342.21º 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 #E5547F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 127 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.10 |
| HSL | 342.21º | 0.74% | 0.61% | - |
| HSV(B) | 342.21º | 0.63% | 0.9% | - |
| XYZ | 39.31 | 24.53 | 22.74 | - |
| YUV | 132.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 127 | 0 | 0.63 | 0.45 | 0.10 | 342.21 | 0.74 | 0.61 |
| Hex | E5 | 54 | 7F | 0 | 3F | 2D | A | 156 | 4A | 3D |
| Octal | 345 | 124 | 177 | 0 | 77 | 55 | 12 | 526 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1111111 | 0 | 111111 | 101101 | 1010 | 101010110 | 1001010 | 111101 |
Color Harmonies of #E5547F
Complementary color
Monochromatic Colors of #E5547F
Black with #E5547F
Text Example
Text Example
White with #E5547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5547F; }
p { color: rgb(229,84,127); }
H1.HeaderClassName
{
color: #E5547F;
}
.AnyTagClassName
{
color: #E5547F;
}
</style>
background-color css
<style>
a { background-color: #E5547F; }
a { background-color: rgb(229,84,127); }
div.DivClassName
{
background-color: #E5547F;
}
.BgClassName
{
background-color: #E5547F;
}
</style>
border-color css
<style>
span { border-color: #E5547F; }
span { border-color: rgb(229,84,127); }
td.TdClassName
{
border-color: #E5547F;
}
.TagClassName
{
border-color: #E5547F;
}
</style>