Shades of Deep Pink #EC157D
Tints of Deep Pink #EC157D
RGB
CMYK
RGB Variations
Color information
#EC157D (or 0xEC157D) is known color: Deep Pink. HEX triplet: EC, 15 and 7D. RGB value is (236,21,125). Sum of RGB (Red+Green+Blue) = 236+21+125=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC157D is #13EA82. Grayscale: #606060. Windows color (decimal): -1305219 or 8197612. OLE color: 8197612.
HSL color Cylindrical-coordinate representation of color #EC157D: hue angle of 330.98º 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 #EC157D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 125 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.98º | 0.85% | 0.5% | - |
| HSV(B) | 330.98º | 0.91% | 0.93% | - |
| XYZ | 38.56 | 19.85 | 21.2 | - |
| YUV | 97.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 125 | 0 | 0.91 | 0.47 | 0.07 | 330.98 | 0.85 | 0.5 |
| Hex | EC | 15 | 7D | 0 | 5B | 2F | 7 | 14B | 55 | 32 |
| Octal | 354 | 25 | 175 | 0 | 133 | 57 | 7 | 513 | 125 | 62 |
| Binary | 11101100 | 10101 | 1111101 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010101 | 110010 |
Color Harmonies of #EC157D
Complementary color
Monochromatic Colors of #EC157D
Black with #EC157D
Text Example
Text Example
White with #EC157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC157D; }
p { color: rgb(236,21,125); }
H1.HeaderClassName
{
color: #EC157D;
}
.AnyTagClassName
{
color: #EC157D;
}
</style>
background-color css
<style>
a { background-color: #EC157D; }
a { background-color: rgb(236,21,125); }
div.DivClassName
{
background-color: #EC157D;
}
.BgClassName
{
background-color: #EC157D;
}
</style>
border-color css
<style>
span { border-color: #EC157D; }
span { border-color: rgb(236,21,125); }
td.TdClassName
{
border-color: #EC157D;
}
.TagClassName
{
border-color: #EC157D;
}
</style>