Shades of Dark Pink #ED516F
Tints of Dark Pink #ED516F
RGB
CMYK
RGB Variations
Color information
#ED516F (or 0xED516F) is known color: Dark Pink. HEX triplet: ED, 51 and 6F. RGB value is (237,81,111). Sum of RGB (Red+Green+Blue) = 237+81+111=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516F is #12AE90. Grayscale: #838383. Windows color (decimal): -1224337 or 7295469. OLE color: 7295469.
HSL color Cylindrical-coordinate representation of color #ED516F: hue angle of 348.46º 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 #ED516F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 111 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.46º | 0.81% | 0.62% | - |
| HSV(B) | 348.46º | 0.66% | 0.93% | - |
| XYZ | 40.74 | 25.04 | 17.72 | - |
| YUV | 131.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 111 | 0 | 0.66 | 0.53 | 0.07 | 348.46 | 0.81 | 0.62 |
| Hex | ED | 51 | 6F | 0 | 42 | 35 | 7 | 15C | 51 | 3E |
| Octal | 355 | 121 | 157 | 0 | 102 | 65 | 7 | 534 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1101111 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010001 | 111110 |
Color Harmonies of #ED516F
Complementary color
Monochromatic Colors of #ED516F
Black with #ED516F
Text Example
Text Example
White with #ED516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED516F; }
p { color: rgb(237,81,111); }
H1.HeaderClassName
{
color: #ED516F;
}
.AnyTagClassName
{
color: #ED516F;
}
</style>
background-color css
<style>
a { background-color: #ED516F; }
a { background-color: rgb(237,81,111); }
div.DivClassName
{
background-color: #ED516F;
}
.BgClassName
{
background-color: #ED516F;
}
</style>
border-color css
<style>
span { border-color: #ED516F; }
span { border-color: rgb(237,81,111); }
td.TdClassName
{
border-color: #ED516F;
}
.TagClassName
{
border-color: #ED516F;
}
</style>