Shades of Dark Pink #ED5174
Tints of Dark Pink #ED5174
RGB
CMYK
RGB Variations
Color information
#ED5174 (or 0xED5174) is known color: Dark Pink. HEX triplet: ED, 51 and 74. RGB value is (237,81,116). Sum of RGB (Red+Green+Blue) = 237+81+116=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5174 is #12AE8B. Grayscale: #838383. Windows color (decimal): -1224332 or 7623149. OLE color: 7623149.
HSL color Cylindrical-coordinate representation of color #ED5174: hue angle of 346.54º 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 #ED5174 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 116 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.54º | 0.81% | 0.62% | - |
| HSV(B) | 346.54º | 0.66% | 0.93% | - |
| XYZ | 41.02 | 25.15 | 19.22 | - |
| YUV | 131.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 116 | 0 | 0.66 | 0.51 | 0.07 | 346.54 | 0.81 | 0.62 |
| Hex | ED | 51 | 74 | 0 | 42 | 33 | 7 | 15B | 51 | 3E |
| Octal | 355 | 121 | 164 | 0 | 102 | 63 | 7 | 533 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1110100 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010001 | 111110 |
Color Harmonies of #ED5174
Complementary color
Monochromatic Colors of #ED5174
Black with #ED5174
Text Example
Text Example
White with #ED5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5174; }
p { color: rgb(237,81,116); }
H1.HeaderClassName
{
color: #ED5174;
}
.AnyTagClassName
{
color: #ED5174;
}
</style>
background-color css
<style>
a { background-color: #ED5174; }
a { background-color: rgb(237,81,116); }
div.DivClassName
{
background-color: #ED5174;
}
.BgClassName
{
background-color: #ED5174;
}
</style>
border-color css
<style>
span { border-color: #ED5174; }
span { border-color: rgb(237,81,116); }
td.TdClassName
{
border-color: #ED5174;
}
.TagClassName
{
border-color: #ED5174;
}
</style>