Shades of Dark Pink #ED5170
Tints of Dark Pink #ED5170
RGB
CMYK
RGB Variations
Color information
#ED5170 (or 0xED5170) is known color: Dark Pink. HEX triplet: ED, 51 and 70. RGB value is (237,81,112). Sum of RGB (Red+Green+Blue) = 237+81+112=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5170 is #12AE8F. Grayscale: #838383. Windows color (decimal): -1224336 or 7361005. OLE color: 7361005.
HSL color Cylindrical-coordinate representation of color #ED5170: hue angle of 348.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 #ED5170 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 112 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.08º | 0.81% | 0.62% | - |
| HSV(B) | 348.08º | 0.66% | 0.93% | - |
| XYZ | 40.79 | 25.06 | 18.02 | - |
| YUV | 131.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 112 | 0 | 0.66 | 0.53 | 0.07 | 348.08 | 0.81 | 0.62 |
| Hex | ED | 51 | 70 | 0 | 42 | 35 | 7 | 15C | 51 | 3E |
| Octal | 355 | 121 | 160 | 0 | 102 | 65 | 7 | 534 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1110000 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010001 | 111110 |
Color Harmonies of #ED5170
Complementary color
Monochromatic Colors of #ED5170
Black with #ED5170
Text Example
Text Example
White with #ED5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5170; }
p { color: rgb(237,81,112); }
H1.HeaderClassName
{
color: #ED5170;
}
.AnyTagClassName
{
color: #ED5170;
}
</style>
background-color css
<style>
a { background-color: #ED5170; }
a { background-color: rgb(237,81,112); }
div.DivClassName
{
background-color: #ED5170;
}
.BgClassName
{
background-color: #ED5170;
}
</style>
border-color css
<style>
span { border-color: #ED5170; }
span { border-color: rgb(237,81,112); }
td.TdClassName
{
border-color: #ED5170;
}
.TagClassName
{
border-color: #ED5170;
}
</style>