Shades of Deep Pink #EC157C
Tints of Deep Pink #EC157C
RGB
CMYK
RGB Variations
Color information
#EC157C (or 0xEC157C) is known color: Deep Pink. HEX triplet: EC, 15 and 7C. RGB value is (236,21,124). Sum of RGB (Red+Green+Blue) = 236+21+124=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC157C is #13EA83. Grayscale: #606060. Windows color (decimal): -1305220 or 8132076. OLE color: 8132076.
HSL color Cylindrical-coordinate representation of color #EC157C: hue angle of 331.26º 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 #EC157C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 331.26º | 0.85% | 0.5% | - |
| HSV(B) | 331.26º | 0.91% | 0.93% | - |
| XYZ | 38.5 | 19.82 | 20.87 | - |
| YUV | 97.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 124 | 0 | 0.91 | 0.47 | 0.07 | 331.26 | 0.85 | 0.5 |
| Hex | EC | 15 | 7C | 0 | 5B | 2F | 7 | 14B | 55 | 32 |
| Octal | 354 | 25 | 174 | 0 | 133 | 57 | 7 | 513 | 125 | 62 |
| Binary | 11101100 | 10101 | 1111100 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010101 | 110010 |
Color Harmonies of #EC157C
Complementary color
Monochromatic Colors of #EC157C
Black with #EC157C
Text Example
Text Example
White with #EC157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC157C; }
p { color: rgb(236,21,124); }
H1.HeaderClassName
{
color: #EC157C;
}
.AnyTagClassName
{
color: #EC157C;
}
</style>
background-color css
<style>
a { background-color: #EC157C; }
a { background-color: rgb(236,21,124); }
div.DivClassName
{
background-color: #EC157C;
}
.BgClassName
{
background-color: #EC157C;
}
</style>
border-color css
<style>
span { border-color: #EC157C; }
span { border-color: rgb(236,21,124); }
td.TdClassName
{
border-color: #EC157C;
}
.TagClassName
{
border-color: #EC157C;
}
</style>