Shades of Deep Pink #EC1A8E
Tints of Deep Pink #EC1A8E
RGB
CMYK
RGB Variations
Color information
#EC1A8E (or 0xEC1A8E) is known color: Deep Pink. HEX triplet: EC, 1A and 8E. RGB value is (236,26,142). Sum of RGB (Red+Green+Blue) = 236+26+142=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A8E is #13E571. Grayscale: #656565. Windows color (decimal): -1303922 or 9313004. OLE color: 9313004.
HSL color Cylindrical-coordinate representation of color #EC1A8E: hue angle of 326.86º 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 #EC1A8E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.07 |
| HSL | 326.86º | 0.85% | 0.51% | - |
| HSV(B) | 326.86º | 0.89% | 0.93% | - |
| XYZ | 39.84 | 20.52 | 27.45 | - |
| YUV | 102.01 | 150.57 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 142 | 0 | 0.89 | 0.40 | 0.07 | 326.86 | 0.85 | 0.51 |
| Hex | EC | 1A | 8E | 0 | 59 | 28 | 7 | 147 | 55 | 33 |
| Octal | 354 | 32 | 216 | 0 | 131 | 50 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 11010 | 10001110 | 0 | 1011001 | 101000 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC1A8E
Complementary color
Monochromatic Colors of #EC1A8E
Black with #EC1A8E
Text Example
Text Example
White with #EC1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A8E; }
p { color: rgb(236,26,142); }
H1.HeaderClassName
{
color: #EC1A8E;
}
.AnyTagClassName
{
color: #EC1A8E;
}
</style>
background-color css
<style>
a { background-color: #EC1A8E; }
a { background-color: rgb(236,26,142); }
div.DivClassName
{
background-color: #EC1A8E;
}
.BgClassName
{
background-color: #EC1A8E;
}
</style>
border-color css
<style>
span { border-color: #EC1A8E; }
span { border-color: rgb(236,26,142); }
td.TdClassName
{
border-color: #EC1A8E;
}
.TagClassName
{
border-color: #EC1A8E;
}
</style>