Shades of Dark Pink #ED507E
Tints of Dark Pink #ED507E
RGB
CMYK
RGB Variations
Color information
#ED507E (or 0xED507E) is known color: Dark Pink. HEX triplet: ED, 50 and 7E. RGB value is (237,80,126). Sum of RGB (Red+Green+Blue) = 237+80+126=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507E is #12AF81. Grayscale: #848484. Windows color (decimal): -1224578 or 8278253. OLE color: 8278253.
HSL color Cylindrical-coordinate representation of color #ED507E: hue angle of 342.42º 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 #ED507E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 126 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 342.42º | 0.81% | 0.62% | - |
| HSV(B) | 342.42º | 0.66% | 0.93% | - |
| XYZ | 41.56 | 25.25 | 22.42 | - |
| YUV | 132.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 126 | 0 | 0.66 | 0.47 | 0.07 | 342.42 | 0.81 | 0.62 |
| Hex | ED | 50 | 7E | 0 | 42 | 2F | 7 | 156 | 51 | 3E |
| Octal | 355 | 120 | 176 | 0 | 102 | 57 | 7 | 526 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1111110 | 0 | 1000010 | 101111 | 111 | 101010110 | 1010001 | 111110 |
Color Harmonies of #ED507E
Complementary color
Monochromatic Colors of #ED507E
Black with #ED507E
Text Example
Text Example
White with #ED507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED507E; }
p { color: rgb(237,80,126); }
H1.HeaderClassName
{
color: #ED507E;
}
.AnyTagClassName
{
color: #ED507E;
}
</style>
background-color css
<style>
a { background-color: #ED507E; }
a { background-color: rgb(237,80,126); }
div.DivClassName
{
background-color: #ED507E;
}
.BgClassName
{
background-color: #ED507E;
}
</style>
border-color css
<style>
span { border-color: #ED507E; }
span { border-color: rgb(237,80,126); }
td.TdClassName
{
border-color: #ED507E;
}
.TagClassName
{
border-color: #ED507E;
}
</style>