Shades of Dark Pink #ED4579
Tints of Dark Pink #ED4579
RGB
CMYK
RGB Variations
Color information
#ED4579 (or 0xED4579) is known color: Dark Pink. HEX triplet: ED, 45 and 79. RGB value is (237,69,121). Sum of RGB (Red+Green+Blue) = 237+69+121=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4579 is #12BA86. Grayscale: #7D7D7D. Windows color (decimal): -1227399 or 7947757. OLE color: 7947757.
HSL color Cylindrical-coordinate representation of color #ED4579: hue angle of 341.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4579 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 121 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.07 |
| HSL | 341.43º | 0.82% | 0.6% | - |
| HSV(B) | 341.43º | 0.71% | 0.93% | - |
| XYZ | 40.5 | 23.64 | 20.52 | - |
| YUV | 125.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 121 | 0 | 0.71 | 0.49 | 0.07 | 341.43 | 0.82 | 0.6 |
| Hex | ED | 45 | 79 | 0 | 47 | 31 | 7 | 155 | 52 | 3C |
| Octal | 355 | 105 | 171 | 0 | 107 | 61 | 7 | 525 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1111001 | 0 | 1000111 | 110001 | 111 | 101010101 | 1010010 | 111100 |
Color Harmonies of #ED4579
Complementary color
Monochromatic Colors of #ED4579
Black with #ED4579
Text Example
Text Example
White with #ED4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4579; }
p { color: rgb(237,69,121); }
H1.HeaderClassName
{
color: #ED4579;
}
.AnyTagClassName
{
color: #ED4579;
}
</style>
background-color css
<style>
a { background-color: #ED4579; }
a { background-color: rgb(237,69,121); }
div.DivClassName
{
background-color: #ED4579;
}
.BgClassName
{
background-color: #ED4579;
}
</style>
border-color css
<style>
span { border-color: #ED4579; }
span { border-color: rgb(237,69,121); }
td.TdClassName
{
border-color: #ED4579;
}
.TagClassName
{
border-color: #ED4579;
}
</style>