Shades of Dark Pink #ED4677
Tints of Dark Pink #ED4677
RGB
CMYK
RGB Variations
Color information
#ED4677 (or 0xED4677) is known color: Dark Pink. HEX triplet: ED, 46 and 77. RGB value is (237,70,119). Sum of RGB (Red+Green+Blue) = 237+70+119=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4677 is #12B988. Grayscale: #7D7D7D. Windows color (decimal): -1227145 or 7816941. OLE color: 7816941.
HSL color Cylindrical-coordinate representation of color #ED4677: hue angle of 342.4º 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 #ED4677 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 119 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.07 |
| HSL | 342.4º | 0.82% | 0.6% | - |
| HSV(B) | 342.4º | 0.7% | 0.93% | - |
| XYZ | 40.44 | 23.72 | 19.9 | - |
| YUV | 125.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 119 | 0 | 0.70 | 0.50 | 0.07 | 342.4 | 0.82 | 0.6 |
| Hex | ED | 46 | 77 | 0 | 46 | 32 | 7 | 156 | 52 | 3C |
| Octal | 355 | 106 | 167 | 0 | 106 | 62 | 7 | 526 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1110111 | 0 | 1000110 | 110010 | 111 | 101010110 | 1010010 | 111100 |
Color Harmonies of #ED4677
Complementary color
Monochromatic Colors of #ED4677
Black with #ED4677
Text Example
Text Example
White with #ED4677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4677; }
p { color: rgb(237,70,119); }
H1.HeaderClassName
{
color: #ED4677;
}
.AnyTagClassName
{
color: #ED4677;
}
</style>
background-color css
<style>
a { background-color: #ED4677; }
a { background-color: rgb(237,70,119); }
div.DivClassName
{
background-color: #ED4677;
}
.BgClassName
{
background-color: #ED4677;
}
</style>
border-color css
<style>
span { border-color: #ED4677; }
span { border-color: rgb(237,70,119); }
td.TdClassName
{
border-color: #ED4677;
}
.TagClassName
{
border-color: #ED4677;
}
</style>