Shades of Dark Pink #EC487E
Tints of Dark Pink #EC487E
RGB
CMYK
RGB Variations
Color information
#EC487E (or 0xEC487E) is known color: Dark Pink. HEX triplet: EC, 48 and 7E. RGB value is (236,72,126). Sum of RGB (Red+Green+Blue) = 236+72+126=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC487E is #13B781. Grayscale: #7F7F7F. Windows color (decimal): -1292162 or 8276204. OLE color: 8276204.
HSL color Cylindrical-coordinate representation of color #EC487E: hue angle of 340.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC487E is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 126 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.07 |
| HSL | 340.24º | 0.81% | 0.6% | - |
| HSV(B) | 340.24º | 0.69% | 0.93% | - |
| XYZ | 40.68 | 23.97 | 22.22 | - |
| YUV | 127.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 126 | 0 | 0.69 | 0.47 | 0.07 | 340.24 | 0.81 | 0.6 |
| Hex | EC | 48 | 7E | 0 | 45 | 2F | 7 | 154 | 51 | 3C |
| Octal | 354 | 110 | 176 | 0 | 105 | 57 | 7 | 524 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1111110 | 0 | 1000101 | 101111 | 111 | 101010100 | 1010001 | 111100 |
Color Harmonies of #EC487E
Complementary color
Monochromatic Colors of #EC487E
Black with #EC487E
Text Example
Text Example
White with #EC487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC487E; }
p { color: rgb(236,72,126); }
H1.HeaderClassName
{
color: #EC487E;
}
.AnyTagClassName
{
color: #EC487E;
}
</style>
background-color css
<style>
a { background-color: #EC487E; }
a { background-color: rgb(236,72,126); }
div.DivClassName
{
background-color: #EC487E;
}
.BgClassName
{
background-color: #EC487E;
}
</style>
border-color css
<style>
span { border-color: #EC487E; }
span { border-color: rgb(236,72,126); }
td.TdClassName
{
border-color: #EC487E;
}
.TagClassName
{
border-color: #EC487E;
}
</style>