Shades of Dark Pink #ED487E
Tints of Dark Pink #ED487E
RGB
CMYK
RGB Variations
Color information
#ED487E (or 0xED487E) is known color: Dark Pink. HEX triplet: ED, 48 and 7E. RGB value is (237,72,126). Sum of RGB (Red+Green+Blue) = 237+72+126=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED487E is #12B781. Grayscale: #7F7F7F. Windows color (decimal): -1226626 or 8276205. OLE color: 8276205.
HSL color Cylindrical-coordinate representation of color #ED487E: hue angle of 340.36º 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 #ED487E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 126 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 340.36º | 0.82% | 0.61% | - |
| HSV(B) | 340.36º | 0.7% | 0.93% | - |
| XYZ | 41.01 | 24.15 | 22.24 | - |
| YUV | 127.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 126 | 0 | 0.70 | 0.47 | 0.07 | 340.36 | 0.82 | 0.61 |
| Hex | ED | 48 | 7E | 0 | 46 | 2F | 7 | 154 | 52 | 3D |
| Octal | 355 | 110 | 176 | 0 | 106 | 57 | 7 | 524 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1111110 | 0 | 1000110 | 101111 | 111 | 101010100 | 1010010 | 111101 |
Color Harmonies of #ED487E
Complementary color
Monochromatic Colors of #ED487E
Black with #ED487E
Text Example
Text Example
White with #ED487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED487E; }
p { color: rgb(237,72,126); }
H1.HeaderClassName
{
color: #ED487E;
}
.AnyTagClassName
{
color: #ED487E;
}
</style>
background-color css
<style>
a { background-color: #ED487E; }
a { background-color: rgb(237,72,126); }
div.DivClassName
{
background-color: #ED487E;
}
.BgClassName
{
background-color: #ED487E;
}
</style>
border-color css
<style>
span { border-color: #ED487E; }
span { border-color: rgb(237,72,126); }
td.TdClassName
{
border-color: #ED487E;
}
.TagClassName
{
border-color: #ED487E;
}
</style>