Shades of Dark Pink #ED5073
Tints of Dark Pink #ED5073
RGB
CMYK
RGB Variations
Color information
#ED5073 (or 0xED5073) is known color: Dark Pink. HEX triplet: ED, 50 and 73. RGB value is (237,80,115). Sum of RGB (Red+Green+Blue) = 237+80+115=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5073 is #12AF8C. Grayscale: #828282. Windows color (decimal): -1224589 or 7557357. OLE color: 7557357.
HSL color Cylindrical-coordinate representation of color #ED5073: hue angle of 346.62º 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 #ED5073 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 115 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.62º | 0.81% | 0.62% | - |
| HSV(B) | 346.62º | 0.66% | 0.93% | - |
| XYZ | 40.89 | 24.98 | 18.89 | - |
| YUV | 130.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 115 | 0 | 0.66 | 0.51 | 0.07 | 346.62 | 0.81 | 0.62 |
| Hex | ED | 50 | 73 | 0 | 42 | 33 | 7 | 15B | 51 | 3E |
| Octal | 355 | 120 | 163 | 0 | 102 | 63 | 7 | 533 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1110011 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010001 | 111110 |
Color Harmonies of #ED5073
Complementary color
Monochromatic Colors of #ED5073
Black with #ED5073
Text Example
Text Example
White with #ED5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5073; }
p { color: rgb(237,80,115); }
H1.HeaderClassName
{
color: #ED5073;
}
.AnyTagClassName
{
color: #ED5073;
}
</style>
background-color css
<style>
a { background-color: #ED5073; }
a { background-color: rgb(237,80,115); }
div.DivClassName
{
background-color: #ED5073;
}
.BgClassName
{
background-color: #ED5073;
}
</style>
border-color css
<style>
span { border-color: #ED5073; }
span { border-color: rgb(237,80,115); }
td.TdClassName
{
border-color: #ED5073;
}
.TagClassName
{
border-color: #ED5073;
}
</style>