Shades of Deep Pink #EC1686
Tints of Deep Pink #EC1686
RGB
CMYK
RGB Variations
Color information
#EC1686 (or 0xEC1686) is known color: Deep Pink. HEX triplet: EC, 16 and 86. RGB value is (236,22,134). Sum of RGB (Red+Green+Blue) = 236+22+134=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1686 is #13E979. Grayscale: #626262. Windows color (decimal): -1304954 or 8787692. OLE color: 8787692.
HSL color Cylindrical-coordinate representation of color #EC1686: hue angle of 328.6º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1686 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 134 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.6º | 0.85% | 0.51% | - |
| HSV(B) | 328.6º | 0.91% | 0.93% | - |
| XYZ | 39.18 | 20.13 | 24.37 | - |
| YUV | 98.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 134 | 0 | 0.91 | 0.43 | 0.07 | 328.6 | 0.85 | 0.51 |
| Hex | EC | 16 | 86 | 0 | 5B | 2B | 7 | 149 | 55 | 33 |
| Octal | 354 | 26 | 206 | 0 | 133 | 53 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 10110 | 10000110 | 0 | 1011011 | 101011 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1686
Complementary color
Monochromatic Colors of #EC1686
Black with #EC1686
Text Example
Text Example
White with #EC1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1686; }
p { color: rgb(236,22,134); }
H1.HeaderClassName
{
color: #EC1686;
}
.AnyTagClassName
{
color: #EC1686;
}
</style>
background-color css
<style>
a { background-color: #EC1686; }
a { background-color: rgb(236,22,134); }
div.DivClassName
{
background-color: #EC1686;
}
.BgClassName
{
background-color: #EC1686;
}
</style>
border-color css
<style>
span { border-color: #EC1686; }
span { border-color: rgb(236,22,134); }
td.TdClassName
{
border-color: #EC1686;
}
.TagClassName
{
border-color: #EC1686;
}
</style>