Shades of Dark Pink #ED507F
Tints of Dark Pink #ED507F
RGB
CMYK
RGB Variations
Color information
#ED507F (or 0xED507F) is known color: Dark Pink. HEX triplet: ED, 50 and 7F. RGB value is (237,80,127). Sum of RGB (Red+Green+Blue) = 237+80+127=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507F is #12AF80. Grayscale: #848484. Windows color (decimal): -1224577 or 8343789. OLE color: 8343789.
HSL color Cylindrical-coordinate representation of color #ED507F: hue angle of 342.04º 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 #ED507F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 127 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 342.04º | 0.81% | 0.62% | - |
| HSV(B) | 342.04º | 0.66% | 0.93% | - |
| XYZ | 41.62 | 25.27 | 22.76 | - |
| YUV | 132.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 127 | 0 | 0.66 | 0.46 | 0.07 | 342.04 | 0.81 | 0.62 |
| Hex | ED | 50 | 7F | 0 | 42 | 2E | 7 | 156 | 51 | 3E |
| Octal | 355 | 120 | 177 | 0 | 102 | 56 | 7 | 526 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1111111 | 0 | 1000010 | 101110 | 111 | 101010110 | 1010001 | 111110 |
Color Harmonies of #ED507F
Complementary color
Monochromatic Colors of #ED507F
Black with #ED507F
Text Example
Text Example
White with #ED507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED507F; }
p { color: rgb(237,80,127); }
H1.HeaderClassName
{
color: #ED507F;
}
.AnyTagClassName
{
color: #ED507F;
}
</style>
background-color css
<style>
a { background-color: #ED507F; }
a { background-color: rgb(237,80,127); }
div.DivClassName
{
background-color: #ED507F;
}
.BgClassName
{
background-color: #ED507F;
}
</style>
border-color css
<style>
span { border-color: #ED507F; }
span { border-color: rgb(237,80,127); }
td.TdClassName
{
border-color: #ED507F;
}
.TagClassName
{
border-color: #ED507F;
}
</style>