Shades of Dark Pink #ED5074
Tints of Dark Pink #ED5074
RGB
CMYK
RGB Variations
Color information
#ED5074 (or 0xED5074) is known color: Dark Pink. HEX triplet: ED, 50 and 74. RGB value is (237,80,116). Sum of RGB (Red+Green+Blue) = 237+80+116=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5074 is #12AF8B. Grayscale: #838383. Windows color (decimal): -1224588 or 7622893. OLE color: 7622893.
HSL color Cylindrical-coordinate representation of color #ED5074: hue angle of 346.24º 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 #ED5074 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 116 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.24º | 0.81% | 0.62% | - |
| HSV(B) | 346.24º | 0.66% | 0.93% | - |
| XYZ | 40.95 | 25 | 19.19 | - |
| YUV | 131.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 116 | 0 | 0.66 | 0.51 | 0.07 | 346.24 | 0.81 | 0.62 |
| Hex | ED | 50 | 74 | 0 | 42 | 33 | 7 | 15A | 51 | 3E |
| Octal | 355 | 120 | 164 | 0 | 102 | 63 | 7 | 532 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1110100 | 0 | 1000010 | 110011 | 111 | 101011010 | 1010001 | 111110 |
Color Harmonies of #ED5074
Complementary color
Monochromatic Colors of #ED5074
Black with #ED5074
Text Example
Text Example
White with #ED5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5074; }
p { color: rgb(237,80,116); }
H1.HeaderClassName
{
color: #ED5074;
}
.AnyTagClassName
{
color: #ED5074;
}
</style>
background-color css
<style>
a { background-color: #ED5074; }
a { background-color: rgb(237,80,116); }
div.DivClassName
{
background-color: #ED5074;
}
.BgClassName
{
background-color: #ED5074;
}
</style>
border-color css
<style>
span { border-color: #ED5074; }
span { border-color: rgb(237,80,116); }
td.TdClassName
{
border-color: #ED5074;
}
.TagClassName
{
border-color: #ED5074;
}
</style>