Shades of Dark Pink #ED5175
Tints of Dark Pink #ED5175
RGB
CMYK
RGB Variations
Color information
#ED5175 (or 0xED5175) is known color: Dark Pink. HEX triplet: ED, 51 and 75. RGB value is (237,81,117). Sum of RGB (Red+Green+Blue) = 237+81+117=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5175 is #12AE8A. Grayscale: #838383. Windows color (decimal): -1224331 or 7688685. OLE color: 7688685.
HSL color Cylindrical-coordinate representation of color #ED5175: hue angle of 346.15º 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 #ED5175 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 117 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.15º | 0.81% | 0.62% | - |
| HSV(B) | 346.15º | 0.66% | 0.93% | - |
| XYZ | 41.08 | 25.17 | 19.52 | - |
| YUV | 131.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 117 | 0 | 0.66 | 0.51 | 0.07 | 346.15 | 0.81 | 0.62 |
| Hex | ED | 51 | 75 | 0 | 42 | 33 | 7 | 15A | 51 | 3E |
| Octal | 355 | 121 | 165 | 0 | 102 | 63 | 7 | 532 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1110101 | 0 | 1000010 | 110011 | 111 | 101011010 | 1010001 | 111110 |
Color Harmonies of #ED5175
Complementary color
Monochromatic Colors of #ED5175
Black with #ED5175
Text Example
Text Example
White with #ED5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5175; }
p { color: rgb(237,81,117); }
H1.HeaderClassName
{
color: #ED5175;
}
.AnyTagClassName
{
color: #ED5175;
}
</style>
background-color css
<style>
a { background-color: #ED5175; }
a { background-color: rgb(237,81,117); }
div.DivClassName
{
background-color: #ED5175;
}
.BgClassName
{
background-color: #ED5175;
}
</style>
border-color css
<style>
span { border-color: #ED5175; }
span { border-color: rgb(237,81,117); }
td.TdClassName
{
border-color: #ED5175;
}
.TagClassName
{
border-color: #ED5175;
}
</style>