Shades of Deep Pink #EC1687
Tints of Deep Pink #EC1687
RGB
CMYK
RGB Variations
Color information
#EC1687 (or 0xEC1687) is known color: Deep Pink. HEX triplet: EC, 16 and 87. RGB value is (236,22,135). Sum of RGB (Red+Green+Blue) = 236+22+135=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1687 is #13E978. Grayscale: #626262. Windows color (decimal): -1304953 or 8853228. OLE color: 8853228.
HSL color Cylindrical-coordinate representation of color #EC1687: hue angle of 328.32º 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 #EC1687 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.32º | 0.85% | 0.51% | - |
| HSV(B) | 328.32º | 0.91% | 0.93% | - |
| XYZ | 39.25 | 20.16 | 24.74 | - |
| YUV | 98.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 135 | 0 | 0.91 | 0.43 | 0.07 | 328.32 | 0.85 | 0.51 |
| Hex | EC | 16 | 87 | 0 | 5B | 2B | 7 | 148 | 55 | 33 |
| Octal | 354 | 26 | 207 | 0 | 133 | 53 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 10110 | 10000111 | 0 | 1011011 | 101011 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC1687
Complementary color
Monochromatic Colors of #EC1687
Black with #EC1687
Text Example
Text Example
White with #EC1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1687; }
p { color: rgb(236,22,135); }
H1.HeaderClassName
{
color: #EC1687;
}
.AnyTagClassName
{
color: #EC1687;
}
</style>
background-color css
<style>
a { background-color: #EC1687; }
a { background-color: rgb(236,22,135); }
div.DivClassName
{
background-color: #EC1687;
}
.BgClassName
{
background-color: #EC1687;
}
</style>
border-color css
<style>
span { border-color: #EC1687; }
span { border-color: rgb(236,22,135); }
td.TdClassName
{
border-color: #EC1687;
}
.TagClassName
{
border-color: #EC1687;
}
</style>