Shades of Dark Pink #ED4676
Tints of Dark Pink #ED4676
RGB
CMYK
RGB Variations
Color information
#ED4676 (or 0xED4676) is known color: Dark Pink. HEX triplet: ED, 46 and 76. RGB value is (237,70,118). Sum of RGB (Red+Green+Blue) = 237+70+118=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4676 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4676 is #12B989. Grayscale: #7D7D7D. Windows color (decimal): -1227146 or 7751405. OLE color: 7751405.
HSL color Cylindrical-coordinate representation of color #ED4676: hue angle of 342.75º 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 #ED4676 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 118 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.07 |
| HSL | 342.75º | 0.82% | 0.6% | - |
| HSV(B) | 342.75º | 0.7% | 0.93% | - |
| XYZ | 40.39 | 23.69 | 19.58 | - |
| YUV | 125.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 118 | 0 | 0.70 | 0.50 | 0.07 | 342.75 | 0.82 | 0.6 |
| Hex | ED | 46 | 76 | 0 | 46 | 32 | 7 | 157 | 52 | 3C |
| Octal | 355 | 106 | 166 | 0 | 106 | 62 | 7 | 527 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1110110 | 0 | 1000110 | 110010 | 111 | 101010111 | 1010010 | 111100 |
Color Harmonies of #ED4676
Complementary color
Monochromatic Colors of #ED4676
Black with #ED4676
Text Example
Text Example
White with #ED4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4676; }
p { color: rgb(237,70,118); }
H1.HeaderClassName
{
color: #ED4676;
}
.AnyTagClassName
{
color: #ED4676;
}
</style>
background-color css
<style>
a { background-color: #ED4676; }
a { background-color: rgb(237,70,118); }
div.DivClassName
{
background-color: #ED4676;
}
.BgClassName
{
background-color: #ED4676;
}
</style>
border-color css
<style>
span { border-color: #ED4676; }
span { border-color: rgb(237,70,118); }
td.TdClassName
{
border-color: #ED4676;
}
.TagClassName
{
border-color: #ED4676;
}
</style>