Shades of Deep Pink #EC1A9A
Tints of Deep Pink #EC1A9A
RGB
CMYK
RGB Variations
Color information
#EC1A9A (or 0xEC1A9A) is known color: Deep Pink. HEX triplet: EC, 1A and 9A. RGB value is (236,26,154). Sum of RGB (Red+Green+Blue) = 236+26+154=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A9A is #13E565. Grayscale: #676767. Windows color (decimal): -1303910 or 10099436. OLE color: 10099436.
HSL color Cylindrical-coordinate representation of color #EC1A9A: hue angle of 323.43º 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 #EC1A9A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 154 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.07 |
| HSL | 323.43º | 0.85% | 0.51% | - |
| HSV(B) | 323.43º | 0.89% | 0.93% | - |
| XYZ | 40.79 | 20.9 | 32.46 | - |
| YUV | 103.38 | 156.57 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 154 | 0 | 0.89 | 0.35 | 0.07 | 323.43 | 0.85 | 0.51 |
| Hex | EC | 1A | 9A | 0 | 59 | 23 | 7 | 143 | 55 | 33 |
| Octal | 354 | 32 | 232 | 0 | 131 | 43 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 11010 | 10011010 | 0 | 1011001 | 100011 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC1A9A
Complementary color
Monochromatic Colors of #EC1A9A
Black with #EC1A9A
Text Example
Text Example
White with #EC1A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A9A; }
p { color: rgb(236,26,154); }
H1.HeaderClassName
{
color: #EC1A9A;
}
.AnyTagClassName
{
color: #EC1A9A;
}
</style>
background-color css
<style>
a { background-color: #EC1A9A; }
a { background-color: rgb(236,26,154); }
div.DivClassName
{
background-color: #EC1A9A;
}
.BgClassName
{
background-color: #EC1A9A;
}
</style>
border-color css
<style>
span { border-color: #EC1A9A; }
span { border-color: rgb(236,26,154); }
td.TdClassName
{
border-color: #EC1A9A;
}
.TagClassName
{
border-color: #EC1A9A;
}
</style>