Shades of Dark Pink #ED517D
Tints of Dark Pink #ED517D
RGB
CMYK
RGB Variations
Color information
#ED517D (or 0xED517D) is known color: Dark Pink. HEX triplet: ED, 51 and 7D. RGB value is (237,81,125). Sum of RGB (Red+Green+Blue) = 237+81+125=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED517D is #12AE82. Grayscale: #848484. Windows color (decimal): -1224323 or 8212973. OLE color: 8212973.
HSL color Cylindrical-coordinate representation of color #ED517D: hue angle of 343.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED517D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 125 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 343.08º | 0.81% | 0.62% | - |
| HSV(B) | 343.08º | 0.66% | 0.93% | - |
| XYZ | 41.57 | 25.37 | 22.11 | - |
| YUV | 132.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 125 | 0 | 0.66 | 0.47 | 0.07 | 343.08 | 0.81 | 0.62 |
| Hex | ED | 51 | 7D | 0 | 42 | 2F | 7 | 157 | 51 | 3E |
| Octal | 355 | 121 | 175 | 0 | 102 | 57 | 7 | 527 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1111101 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010001 | 111110 |
Color Harmonies of #ED517D
Complementary color
Monochromatic Colors of #ED517D
Black with #ED517D
Text Example
Text Example
White with #ED517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED517D; }
p { color: rgb(237,81,125); }
H1.HeaderClassName
{
color: #ED517D;
}
.AnyTagClassName
{
color: #ED517D;
}
</style>
background-color css
<style>
a { background-color: #ED517D; }
a { background-color: rgb(237,81,125); }
div.DivClassName
{
background-color: #ED517D;
}
.BgClassName
{
background-color: #ED517D;
}
</style>
border-color css
<style>
span { border-color: #ED517D; }
span { border-color: rgb(237,81,125); }
td.TdClassName
{
border-color: #ED517D;
}
.TagClassName
{
border-color: #ED517D;
}
</style>