Shades of Dark Pink #ED4770
Tints of Dark Pink #ED4770
RGB
CMYK
RGB Variations
Color information
#ED4770 (or 0xED4770) is known color: Dark Pink. HEX triplet: ED, 47 and 70. RGB value is (237,71,112). Sum of RGB (Red+Green+Blue) = 237+71+112=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4770 is #12B88F. Grayscale: #7D7D7D. Windows color (decimal): -1226896 or 7358445. OLE color: 7358445.
HSL color Cylindrical-coordinate representation of color #ED4770: hue angle of 345.18º 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 #ED4770 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 112 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.18º | 0.82% | 0.6% | - |
| HSV(B) | 345.18º | 0.7% | 0.93% | - |
| XYZ | 40.1 | 23.68 | 17.79 | - |
| YUV | 125.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 112 | 0 | 0.70 | 0.53 | 0.07 | 345.18 | 0.82 | 0.6 |
| Hex | ED | 47 | 70 | 0 | 46 | 35 | 7 | 159 | 52 | 3C |
| Octal | 355 | 107 | 160 | 0 | 106 | 65 | 7 | 531 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1110000 | 0 | 1000110 | 110101 | 111 | 101011001 | 1010010 | 111100 |
Color Harmonies of #ED4770
Complementary color
Monochromatic Colors of #ED4770
Black with #ED4770
Text Example
Text Example
White with #ED4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4770; }
p { color: rgb(237,71,112); }
H1.HeaderClassName
{
color: #ED4770;
}
.AnyTagClassName
{
color: #ED4770;
}
</style>
background-color css
<style>
a { background-color: #ED4770; }
a { background-color: rgb(237,71,112); }
div.DivClassName
{
background-color: #ED4770;
}
.BgClassName
{
background-color: #ED4770;
}
</style>
border-color css
<style>
span { border-color: #ED4770; }
span { border-color: rgb(237,71,112); }
td.TdClassName
{
border-color: #ED4770;
}
.TagClassName
{
border-color: #ED4770;
}
</style>