Shades of Deep Pink #EC1A8D
Tints of Deep Pink #EC1A8D
RGB
CMYK
RGB Variations
Color information
#EC1A8D (or 0xEC1A8D) is known color: Deep Pink. HEX triplet: EC, 1A and 8D. RGB value is (236,26,141). Sum of RGB (Red+Green+Blue) = 236+26+141=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A8D is #13E572. Grayscale: #656565. Windows color (decimal): -1303923 or 9247468. OLE color: 9247468.
HSL color Cylindrical-coordinate representation of color #EC1A8D: hue angle of 327.14º 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 #EC1A8D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.07 |
| HSL | 327.14º | 0.85% | 0.51% | - |
| HSV(B) | 327.14º | 0.89% | 0.93% | - |
| XYZ | 39.77 | 20.49 | 27.06 | - |
| YUV | 101.9 | 150.07 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 141 | 0 | 0.89 | 0.40 | 0.07 | 327.14 | 0.85 | 0.51 |
| Hex | EC | 1A | 8D | 0 | 59 | 28 | 7 | 147 | 55 | 33 |
| Octal | 354 | 32 | 215 | 0 | 131 | 50 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 11010 | 10001101 | 0 | 1011001 | 101000 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC1A8D
Complementary color
Monochromatic Colors of #EC1A8D
Black with #EC1A8D
Text Example
Text Example
White with #EC1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A8D; }
p { color: rgb(236,26,141); }
H1.HeaderClassName
{
color: #EC1A8D;
}
.AnyTagClassName
{
color: #EC1A8D;
}
</style>
background-color css
<style>
a { background-color: #EC1A8D; }
a { background-color: rgb(236,26,141); }
div.DivClassName
{
background-color: #EC1A8D;
}
.BgClassName
{
background-color: #EC1A8D;
}
</style>
border-color css
<style>
span { border-color: #EC1A8D; }
span { border-color: rgb(236,26,141); }
td.TdClassName
{
border-color: #EC1A8D;
}
.TagClassName
{
border-color: #EC1A8D;
}
</style>