Shades of Dark Pink #E7517D
Tints of Dark Pink #E7517D
RGB
CMYK
RGB Variations
Color information
#E7517D (or 0xE7517D) is known color: Dark Pink. HEX triplet: E7, 51 and 7D. RGB value is (231,81,125). Sum of RGB (Red+Green+Blue) = 231+81+125=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7517D is #18AE82. Grayscale: #828282. Windows color (decimal): -1617539 or 8212967. OLE color: 8212967.
HSL color Cylindrical-coordinate representation of color #E7517D: hue angle of 342.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7517D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 125 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.09 |
| HSL | 342.4º | 0.76% | 0.61% | - |
| HSV(B) | 342.4º | 0.65% | 0.91% | - |
| XYZ | 39.6 | 24.35 | 22.02 | - |
| YUV | 130.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 125 | 0 | 0.65 | 0.46 | 0.09 | 342.4 | 0.76 | 0.61 |
| Hex | E7 | 51 | 7D | 0 | 41 | 2E | 9 | 156 | 4C | 3D |
| Octal | 347 | 121 | 175 | 0 | 101 | 56 | 11 | 526 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1111101 | 0 | 1000001 | 101110 | 1001 | 101010110 | 1001100 | 111101 |
Color Harmonies of #E7517D
Complementary color
Monochromatic Colors of #E7517D
Black with #E7517D
Text Example
Text Example
White with #E7517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7517D; }
p { color: rgb(231,81,125); }
H1.HeaderClassName
{
color: #E7517D;
}
.AnyTagClassName
{
color: #E7517D;
}
</style>
background-color css
<style>
a { background-color: #E7517D; }
a { background-color: rgb(231,81,125); }
div.DivClassName
{
background-color: #E7517D;
}
.BgClassName
{
background-color: #E7517D;
}
</style>
border-color css
<style>
span { border-color: #E7517D; }
span { border-color: rgb(231,81,125); }
td.TdClassName
{
border-color: #E7517D;
}
.TagClassName
{
border-color: #E7517D;
}
</style>