Shades of Dark Pink #ED4578
Tints of Dark Pink #ED4578
RGB
CMYK
RGB Variations
Color information
#ED4578 (or 0xED4578) is known color: Dark Pink. HEX triplet: ED, 45 and 78. RGB value is (237,69,120). Sum of RGB (Red+Green+Blue) = 237+69+120=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4578 is #12BA87. Grayscale: #7D7D7D. Windows color (decimal): -1227400 or 7882221. OLE color: 7882221.
HSL color Cylindrical-coordinate representation of color #ED4578: hue angle of 341.79º 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 #ED4578 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 120 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.07 |
| HSL | 341.79º | 0.82% | 0.6% | - |
| HSV(B) | 341.79º | 0.71% | 0.93% | - |
| XYZ | 40.44 | 23.62 | 20.2 | - |
| YUV | 125.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 120 | 0 | 0.71 | 0.49 | 0.07 | 341.79 | 0.82 | 0.6 |
| Hex | ED | 45 | 78 | 0 | 47 | 31 | 7 | 156 | 52 | 3C |
| Octal | 355 | 105 | 170 | 0 | 107 | 61 | 7 | 526 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1111000 | 0 | 1000111 | 110001 | 111 | 101010110 | 1010010 | 111100 |
Color Harmonies of #ED4578
Complementary color
Monochromatic Colors of #ED4578
Black with #ED4578
Text Example
Text Example
White with #ED4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4578; }
p { color: rgb(237,69,120); }
H1.HeaderClassName
{
color: #ED4578;
}
.AnyTagClassName
{
color: #ED4578;
}
</style>
background-color css
<style>
a { background-color: #ED4578; }
a { background-color: rgb(237,69,120); }
div.DivClassName
{
background-color: #ED4578;
}
.BgClassName
{
background-color: #ED4578;
}
</style>
border-color css
<style>
span { border-color: #ED4578; }
span { border-color: rgb(237,69,120); }
td.TdClassName
{
border-color: #ED4578;
}
.TagClassName
{
border-color: #ED4578;
}
</style>