Shades of Dark Pink #ED547C
Tints of Dark Pink #ED547C
RGB
CMYK
RGB Variations
Color information
#ED547C (or 0xED547C) is known color: Dark Pink. HEX triplet: ED, 54 and 7C. RGB value is (237,84,124). Sum of RGB (Red+Green+Blue) = 237+84+124=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED547C is #12AB83. Grayscale: #868686. Windows color (decimal): -1223556 or 8148205. OLE color: 8148205.
HSL color Cylindrical-coordinate representation of color #ED547C: hue angle of 344.31º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED547C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.07 |
| HSL | 344.31º | 0.81% | 0.63% | - |
| HSV(B) | 344.31º | 0.65% | 0.93% | - |
| XYZ | 41.73 | 25.8 | 21.85 | - |
| YUV | 134.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 124 | 0 | 0.65 | 0.48 | 0.07 | 344.31 | 0.81 | 0.63 |
| Hex | ED | 54 | 7C | 0 | 41 | 30 | 7 | 158 | 51 | 3F |
| Octal | 355 | 124 | 174 | 0 | 101 | 60 | 7 | 530 | 121 | 77 |
| Binary | 11101101 | 1010100 | 1111100 | 0 | 1000001 | 110000 | 111 | 101011000 | 1010001 | 111111 |
Color Harmonies of #ED547C
Complementary color
Monochromatic Colors of #ED547C
Black with #ED547C
Text Example
Text Example
White with #ED547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED547C; }
p { color: rgb(237,84,124); }
H1.HeaderClassName
{
color: #ED547C;
}
.AnyTagClassName
{
color: #ED547C;
}
</style>
background-color css
<style>
a { background-color: #ED547C; }
a { background-color: rgb(237,84,124); }
div.DivClassName
{
background-color: #ED547C;
}
.BgClassName
{
background-color: #ED547C;
}
</style>
border-color css
<style>
span { border-color: #ED547C; }
span { border-color: rgb(237,84,124); }
td.TdClassName
{
border-color: #ED547C;
}
.TagClassName
{
border-color: #ED547C;
}
</style>