Shades of Dark Pink #ED4870
Tints of Dark Pink #ED4870
RGB
CMYK
RGB Variations
Color information
#ED4870 (or 0xED4870) is known color: Dark Pink. HEX triplet: ED, 48 and 70. RGB value is (237,72,112). Sum of RGB (Red+Green+Blue) = 237+72+112=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4870 is #12B78F. Grayscale: #7D7D7D. Windows color (decimal): -1226640 or 7358701. OLE color: 7358701.
HSL color Cylindrical-coordinate representation of color #ED4870: hue angle of 345.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4870 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 112 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.45º | 0.82% | 0.61% | - |
| HSV(B) | 345.45º | 0.7% | 0.93% | - |
| XYZ | 40.17 | 23.81 | 17.81 | - |
| YUV | 125.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 112 | 0 | 0.70 | 0.53 | 0.07 | 345.45 | 0.82 | 0.61 |
| Hex | ED | 48 | 70 | 0 | 46 | 35 | 7 | 159 | 52 | 3D |
| Octal | 355 | 110 | 160 | 0 | 106 | 65 | 7 | 531 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1110000 | 0 | 1000110 | 110101 | 111 | 101011001 | 1010010 | 111101 |
Color Harmonies of #ED4870
Complementary color
Monochromatic Colors of #ED4870
Black with #ED4870
Text Example
Text Example
White with #ED4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4870; }
p { color: rgb(237,72,112); }
H1.HeaderClassName
{
color: #ED4870;
}
.AnyTagClassName
{
color: #ED4870;
}
</style>
background-color css
<style>
a { background-color: #ED4870; }
a { background-color: rgb(237,72,112); }
div.DivClassName
{
background-color: #ED4870;
}
.BgClassName
{
background-color: #ED4870;
}
</style>
border-color css
<style>
span { border-color: #ED4870; }
span { border-color: rgb(237,72,112); }
td.TdClassName
{
border-color: #ED4870;
}
.TagClassName
{
border-color: #ED4870;
}
</style>