Shades of Dark Pink #E5527F
Tints of Dark Pink #E5527F
RGB
CMYK
RGB Variations
Color information
#E5527F (or 0xE5527F) is known color: Dark Pink. HEX triplet: E5, 52 and 7F. RGB value is (229,82,127). Sum of RGB (Red+Green+Blue) = 229+82+127=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5527F is #1AAD80. Grayscale: #838383. Windows color (decimal): -1748353 or 8344293. OLE color: 8344293.
HSL color Cylindrical-coordinate representation of color #E5527F: hue angle of 341.63º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5527F is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 127 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.10 |
| HSL | 341.63º | 0.74% | 0.61% | - |
| HSV(B) | 341.63º | 0.64% | 0.9% | - |
| XYZ | 39.16 | 24.22 | 22.69 | - |
| YUV | 131.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 127 | 0 | 0.64 | 0.45 | 0.10 | 341.63 | 0.74 | 0.61 |
| Hex | E5 | 52 | 7F | 0 | 40 | 2D | A | 156 | 4A | 3D |
| Octal | 345 | 122 | 177 | 0 | 100 | 55 | 12 | 526 | 112 | 75 |
| Binary | 11100101 | 1010010 | 1111111 | 0 | 1000000 | 101101 | 1010 | 101010110 | 1001010 | 111101 |
Color Harmonies of #E5527F
Complementary color
Monochromatic Colors of #E5527F
Black with #E5527F
Text Example
Text Example
White with #E5527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5527F; }
p { color: rgb(229,82,127); }
H1.HeaderClassName
{
color: #E5527F;
}
.AnyTagClassName
{
color: #E5527F;
}
</style>
background-color css
<style>
a { background-color: #E5527F; }
a { background-color: rgb(229,82,127); }
div.DivClassName
{
background-color: #E5527F;
}
.BgClassName
{
background-color: #E5527F;
}
</style>
border-color css
<style>
span { border-color: #E5527F; }
span { border-color: rgb(229,82,127); }
td.TdClassName
{
border-color: #E5527F;
}
.TagClassName
{
border-color: #E5527F;
}
</style>