Shades of Dark Pink #E5517A
Tints of Dark Pink #E5517A
RGB
CMYK
RGB Variations
Color information
#E5517A (or 0xE5517A) is known color: Dark Pink. HEX triplet: E5, 51 and 7A. RGB value is (229,81,122). Sum of RGB (Red+Green+Blue) = 229+81+122=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5517A is #1AAE85. Grayscale: #818181. Windows color (decimal): -1748614 or 8016357. OLE color: 8016357.
HSL color Cylindrical-coordinate representation of color #E5517A: hue angle of 343.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5517A is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 122 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.10 |
| HSL | 343.38º | 0.74% | 0.61% | - |
| HSV(B) | 343.38º | 0.65% | 0.9% | - |
| XYZ | 38.77 | 23.95 | 20.99 | - |
| YUV | 129.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 122 | 0 | 0.65 | 0.47 | 0.10 | 343.38 | 0.74 | 0.61 |
| Hex | E5 | 51 | 7A | 0 | 41 | 2F | A | 157 | 4A | 3D |
| Octal | 345 | 121 | 172 | 0 | 101 | 57 | 12 | 527 | 112 | 75 |
| Binary | 11100101 | 1010001 | 1111010 | 0 | 1000001 | 101111 | 1010 | 101010111 | 1001010 | 111101 |
Color Harmonies of #E5517A
Complementary color
Monochromatic Colors of #E5517A
Black with #E5517A
Text Example
Text Example
White with #E5517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5517A; }
p { color: rgb(229,81,122); }
H1.HeaderClassName
{
color: #E5517A;
}
.AnyTagClassName
{
color: #E5517A;
}
</style>
background-color css
<style>
a { background-color: #E5517A; }
a { background-color: rgb(229,81,122); }
div.DivClassName
{
background-color: #E5517A;
}
.BgClassName
{
background-color: #E5517A;
}
</style>
border-color css
<style>
span { border-color: #E5517A; }
span { border-color: rgb(229,81,122); }
td.TdClassName
{
border-color: #E5517A;
}
.TagClassName
{
border-color: #E5517A;
}
</style>