Shades of Dark Pink #ED517F
Tints of Dark Pink #ED517F
RGB
CMYK
RGB Variations
Color information
#ED517F (or 0xED517F) is known color: Dark Pink. HEX triplet: ED, 51 and 7F. RGB value is (237,81,127). Sum of RGB (Red+Green+Blue) = 237+81+127=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED517F is #12AE80. Grayscale: #848484. Windows color (decimal): -1224321 or 8344045. OLE color: 8344045.
HSL color Cylindrical-coordinate representation of color #ED517F: hue angle of 342.31º 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 #ED517F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 127 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 342.31º | 0.81% | 0.62% | - |
| HSV(B) | 342.31º | 0.66% | 0.93% | - |
| XYZ | 41.7 | 25.42 | 22.79 | - |
| YUV | 132.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 127 | 0 | 0.66 | 0.46 | 0.07 | 342.31 | 0.81 | 0.62 |
| Hex | ED | 51 | 7F | 0 | 42 | 2E | 7 | 156 | 51 | 3E |
| Octal | 355 | 121 | 177 | 0 | 102 | 56 | 7 | 526 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1111111 | 0 | 1000010 | 101110 | 111 | 101010110 | 1010001 | 111110 |
Color Harmonies of #ED517F
Complementary color
Monochromatic Colors of #ED517F
Black with #ED517F
Text Example
Text Example
White with #ED517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED517F; }
p { color: rgb(237,81,127); }
H1.HeaderClassName
{
color: #ED517F;
}
.AnyTagClassName
{
color: #ED517F;
}
</style>
background-color css
<style>
a { background-color: #ED517F; }
a { background-color: rgb(237,81,127); }
div.DivClassName
{
background-color: #ED517F;
}
.BgClassName
{
background-color: #ED517F;
}
</style>
border-color css
<style>
span { border-color: #ED517F; }
span { border-color: rgb(237,81,127); }
td.TdClassName
{
border-color: #ED517F;
}
.TagClassName
{
border-color: #ED517F;
}
</style>