Shades of Deep Pink #EC1A9D
Tints of Deep Pink #EC1A9D
RGB
CMYK
RGB Variations
Color information
#EC1A9D (or 0xEC1A9D) is known color: Deep Pink. HEX triplet: EC, 1A and 9D. RGB value is (236,26,157). Sum of RGB (Red+Green+Blue) = 236+26+157=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A9D is #13E562. Grayscale: #676767. Windows color (decimal): -1303907 or 10296044. OLE color: 10296044.
HSL color Cylindrical-coordinate representation of color #EC1A9D: hue angle of 322.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A9D is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 157 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.07 |
| HSL | 322.57º | 0.85% | 0.51% | - |
| HSV(B) | 322.57º | 0.89% | 0.93% | - |
| XYZ | 41.05 | 21.01 | 33.79 | - |
| YUV | 103.72 | 158.07 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 157 | 0 | 0.89 | 0.33 | 0.07 | 322.57 | 0.85 | 0.51 |
| Hex | EC | 1A | 9D | 0 | 59 | 21 | 7 | 143 | 55 | 33 |
| Octal | 354 | 32 | 235 | 0 | 131 | 41 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 11010 | 10011101 | 0 | 1011001 | 100001 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC1A9D
Complementary color
Monochromatic Colors of #EC1A9D
Black with #EC1A9D
Text Example
Text Example
White with #EC1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A9D; }
p { color: rgb(236,26,157); }
H1.HeaderClassName
{
color: #EC1A9D;
}
.AnyTagClassName
{
color: #EC1A9D;
}
</style>
background-color css
<style>
a { background-color: #EC1A9D; }
a { background-color: rgb(236,26,157); }
div.DivClassName
{
background-color: #EC1A9D;
}
.BgClassName
{
background-color: #EC1A9D;
}
</style>
border-color css
<style>
span { border-color: #EC1A9D; }
span { border-color: rgb(236,26,157); }
td.TdClassName
{
border-color: #EC1A9D;
}
.TagClassName
{
border-color: #EC1A9D;
}
</style>