Shades of Deep Pink #EC1586
Tints of Deep Pink #EC1586
RGB
CMYK
RGB Variations
Color information
#EC1586 (or 0xEC1586) is known color: Deep Pink. HEX triplet: EC, 15 and 86. RGB value is (236,21,134). Sum of RGB (Red+Green+Blue) = 236+21+134=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1586 is #13EA79. Grayscale: #616161. Windows color (decimal): -1305210 or 8787436. OLE color: 8787436.
HSL color Cylindrical-coordinate representation of color #EC1586: hue angle of 328.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1586 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 134 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.47º | 0.85% | 0.5% | - |
| HSV(B) | 328.47º | 0.91% | 0.93% | - |
| XYZ | 39.16 | 20.09 | 24.37 | - |
| YUV | 98.17 | 148.23 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 134 | 0 | 0.91 | 0.43 | 0.07 | 328.47 | 0.85 | 0.5 |
| Hex | EC | 15 | 86 | 0 | 5B | 2B | 7 | 148 | 55 | 32 |
| Octal | 354 | 25 | 206 | 0 | 133 | 53 | 7 | 510 | 125 | 62 |
| Binary | 11101100 | 10101 | 10000110 | 0 | 1011011 | 101011 | 111 | 101001000 | 1010101 | 110010 |
Color Harmonies of #EC1586
Complementary color
Monochromatic Colors of #EC1586
Black with #EC1586
Text Example
Text Example
White with #EC1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1586; }
p { color: rgb(236,21,134); }
H1.HeaderClassName
{
color: #EC1586;
}
.AnyTagClassName
{
color: #EC1586;
}
</style>
background-color css
<style>
a { background-color: #EC1586; }
a { background-color: rgb(236,21,134); }
div.DivClassName
{
background-color: #EC1586;
}
.BgClassName
{
background-color: #EC1586;
}
</style>
border-color css
<style>
span { border-color: #EC1586; }
span { border-color: rgb(236,21,134); }
td.TdClassName
{
border-color: #EC1586;
}
.TagClassName
{
border-color: #EC1586;
}
</style>