Shades of Dark Pink #E8517F
Tints of Dark Pink #E8517F
RGB
CMYK
RGB Variations
Color information
#E8517F (or 0xE8517F) is known color: Dark Pink. HEX triplet: E8, 51 and 7F. RGB value is (232,81,127). Sum of RGB (Red+Green+Blue) = 232+81+127=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8517F is #17AE80. Grayscale: #838383. Windows color (decimal): -1552001 or 8344040. OLE color: 8344040.
HSL color Cylindrical-coordinate representation of color #E8517F: hue angle of 341.72º degrees, saturation: 0.77, 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 #E8517F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 127 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.09 |
| HSL | 341.72º | 0.77% | 0.61% | - |
| HSV(B) | 341.72º | 0.65% | 0.91% | - |
| XYZ | 40.05 | 24.57 | 22.71 | - |
| YUV | 131.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 127 | 0 | 0.65 | 0.45 | 0.09 | 341.72 | 0.77 | 0.61 |
| Hex | E8 | 51 | 7F | 0 | 41 | 2D | 9 | 156 | 4D | 3D |
| Octal | 350 | 121 | 177 | 0 | 101 | 55 | 11 | 526 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1111111 | 0 | 1000001 | 101101 | 1001 | 101010110 | 1001101 | 111101 |
Color Harmonies of #E8517F
Complementary color
Monochromatic Colors of #E8517F
Black with #E8517F
Text Example
Text Example
White with #E8517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8517F; }
p { color: rgb(232,81,127); }
H1.HeaderClassName
{
color: #E8517F;
}
.AnyTagClassName
{
color: #E8517F;
}
</style>
background-color css
<style>
a { background-color: #E8517F; }
a { background-color: rgb(232,81,127); }
div.DivClassName
{
background-color: #E8517F;
}
.BgClassName
{
background-color: #E8517F;
}
</style>
border-color css
<style>
span { border-color: #E8517F; }
span { border-color: rgb(232,81,127); }
td.TdClassName
{
border-color: #E8517F;
}
.TagClassName
{
border-color: #E8517F;
}
</style>