Shades of Dark Pink #ED4778
Tints of Dark Pink #ED4778
RGB
CMYK
RGB Variations
Color information
#ED4778 (or 0xED4778) is known color: Dark Pink. HEX triplet: ED, 47 and 78. RGB value is (237,71,120). Sum of RGB (Red+Green+Blue) = 237+71+120=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4778 is #12B887. Grayscale: #7E7E7E. Windows color (decimal): -1226888 or 7882733. OLE color: 7882733.
HSL color Cylindrical-coordinate representation of color #ED4778: hue angle of 342.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4778 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 120 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.07 |
| HSL | 342.29º | 0.82% | 0.6% | - |
| HSV(B) | 342.29º | 0.7% | 0.93% | - |
| XYZ | 40.57 | 23.87 | 20.24 | - |
| YUV | 126.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 120 | 0 | 0.70 | 0.49 | 0.07 | 342.29 | 0.82 | 0.6 |
| Hex | ED | 47 | 78 | 0 | 46 | 31 | 7 | 156 | 52 | 3C |
| Octal | 355 | 107 | 170 | 0 | 106 | 61 | 7 | 526 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1111000 | 0 | 1000110 | 110001 | 111 | 101010110 | 1010010 | 111100 |
Color Harmonies of #ED4778
Complementary color
Monochromatic Colors of #ED4778
Black with #ED4778
Text Example
Text Example
White with #ED4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4778; }
p { color: rgb(237,71,120); }
H1.HeaderClassName
{
color: #ED4778;
}
.AnyTagClassName
{
color: #ED4778;
}
</style>
background-color css
<style>
a { background-color: #ED4778; }
a { background-color: rgb(237,71,120); }
div.DivClassName
{
background-color: #ED4778;
}
.BgClassName
{
background-color: #ED4778;
}
</style>
border-color css
<style>
span { border-color: #ED4778; }
span { border-color: rgb(237,71,120); }
td.TdClassName
{
border-color: #ED4778;
}
.TagClassName
{
border-color: #ED4778;
}
</style>