Shades of Dark Pink #ED477E
Tints of Dark Pink #ED477E
RGB
CMYK
RGB Variations
Color information
#ED477E (or 0xED477E) is known color: Dark Pink. HEX triplet: ED, 47 and 7E. RGB value is (237,71,126). Sum of RGB (Red+Green+Blue) = 237+71+126=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED477E is #12B881. Grayscale: #7E7E7E. Windows color (decimal): -1226882 or 8275949. OLE color: 8275949.
HSL color Cylindrical-coordinate representation of color #ED477E: hue angle of 340.12º 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 #ED477E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 126 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 340.12º | 0.82% | 0.6% | - |
| HSV(B) | 340.12º | 0.7% | 0.93% | - |
| XYZ | 40.94 | 24.02 | 22.22 | - |
| YUV | 126.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 126 | 0 | 0.70 | 0.47 | 0.07 | 340.12 | 0.82 | 0.6 |
| Hex | ED | 47 | 7E | 0 | 46 | 2F | 7 | 154 | 52 | 3C |
| Octal | 355 | 107 | 176 | 0 | 106 | 57 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1111110 | 0 | 1000110 | 101111 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED477E
Complementary color
Monochromatic Colors of #ED477E
Black with #ED477E
Text Example
Text Example
White with #ED477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED477E; }
p { color: rgb(237,71,126); }
H1.HeaderClassName
{
color: #ED477E;
}
.AnyTagClassName
{
color: #ED477E;
}
</style>
background-color css
<style>
a { background-color: #ED477E; }
a { background-color: rgb(237,71,126); }
div.DivClassName
{
background-color: #ED477E;
}
.BgClassName
{
background-color: #ED477E;
}
</style>
border-color css
<style>
span { border-color: #ED477E; }
span { border-color: rgb(237,71,126); }
td.TdClassName
{
border-color: #ED477E;
}
.TagClassName
{
border-color: #ED477E;
}
</style>