Shades of Dark Pink #ED5176
Tints of Dark Pink #ED5176
RGB
CMYK
RGB Variations
Color information
#ED5176 (or 0xED5176) is known color: Dark Pink. HEX triplet: ED, 51 and 76. RGB value is (237,81,118). Sum of RGB (Red+Green+Blue) = 237+81+118=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5176 is #12AE89. Grayscale: #838383. Windows color (decimal): -1224330 or 7754221. OLE color: 7754221.
HSL color Cylindrical-coordinate representation of color #ED5176: hue angle of 345.77º 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 #ED5176 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 118 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.07 |
| HSL | 345.77º | 0.81% | 0.62% | - |
| HSV(B) | 345.77º | 0.66% | 0.93% | - |
| XYZ | 41.14 | 25.2 | 19.83 | - |
| YUV | 131.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 118 | 0 | 0.66 | 0.50 | 0.07 | 345.77 | 0.81 | 0.62 |
| Hex | ED | 51 | 76 | 0 | 42 | 32 | 7 | 15A | 51 | 3E |
| Octal | 355 | 121 | 166 | 0 | 102 | 62 | 7 | 532 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1110110 | 0 | 1000010 | 110010 | 111 | 101011010 | 1010001 | 111110 |
Color Harmonies of #ED5176
Complementary color
Monochromatic Colors of #ED5176
Black with #ED5176
Text Example
Text Example
White with #ED5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5176; }
p { color: rgb(237,81,118); }
H1.HeaderClassName
{
color: #ED5176;
}
.AnyTagClassName
{
color: #ED5176;
}
</style>
background-color css
<style>
a { background-color: #ED5176; }
a { background-color: rgb(237,81,118); }
div.DivClassName
{
background-color: #ED5176;
}
.BgClassName
{
background-color: #ED5176;
}
</style>
border-color css
<style>
span { border-color: #ED5176; }
span { border-color: rgb(237,81,118); }
td.TdClassName
{
border-color: #ED5176;
}
.TagClassName
{
border-color: #ED5176;
}
</style>