Shades of Deep Pink #EC137C
Tints of Deep Pink #EC137C
RGB
CMYK
RGB Variations
Color information
#EC137C (or 0xEC137C) is known color: Deep Pink. HEX triplet: EC, 13 and 7C. RGB value is (236,19,124). Sum of RGB (Red+Green+Blue) = 236+19+124=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC137C is #13EC83. Grayscale: #5F5F5F. Windows color (decimal): -1305732 or 8131564. OLE color: 8131564.
HSL color Cylindrical-coordinate representation of color #EC137C: hue angle of 330.97º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC137C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.97º | 0.85% | 0.5% | - |
| HSV(B) | 330.97º | 0.92% | 0.93% | - |
| XYZ | 38.46 | 19.75 | 20.85 | - |
| YUV | 95.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 124 | 0 | 0.92 | 0.47 | 0.07 | 330.97 | 0.85 | 0.5 |
| Hex | EC | 13 | 7C | 0 | 5C | 2F | 7 | 14B | 55 | 32 |
| Octal | 354 | 23 | 174 | 0 | 134 | 57 | 7 | 513 | 125 | 62 |
| Binary | 11101100 | 10011 | 1111100 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010101 | 110010 |
Color Harmonies of #EC137C
Complementary color
Monochromatic Colors of #EC137C
Black with #EC137C
Text Example
Text Example
White with #EC137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC137C; }
p { color: rgb(236,19,124); }
H1.HeaderClassName
{
color: #EC137C;
}
.AnyTagClassName
{
color: #EC137C;
}
</style>
background-color css
<style>
a { background-color: #EC137C; }
a { background-color: rgb(236,19,124); }
div.DivClassName
{
background-color: #EC137C;
}
.BgClassName
{
background-color: #EC137C;
}
</style>
border-color css
<style>
span { border-color: #EC137C; }
span { border-color: rgb(236,19,124); }
td.TdClassName
{
border-color: #EC137C;
}
.TagClassName
{
border-color: #EC137C;
}
</style>