Shades of Deep Pink #EC1A91
Tints of Deep Pink #EC1A91
RGB
CMYK
RGB Variations
Color information
#EC1A91 (or 0xEC1A91) is known color: Deep Pink. HEX triplet: EC, 1A and 91. RGB value is (236,26,145). Sum of RGB (Red+Green+Blue) = 236+26+145=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A91 is #13E56E. Grayscale: #666666. Windows color (decimal): -1303919 or 9509612. OLE color: 9509612.
HSL color Cylindrical-coordinate representation of color #EC1A91: hue angle of 326º 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 #EC1A91 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 145 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.07 |
| HSL | 326º | 0.85% | 0.51% | - |
| HSV(B) | 326º | 0.89% | 0.93% | - |
| XYZ | 40.07 | 20.62 | 28.66 | - |
| YUV | 102.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 145 | 0 | 0.89 | 0.39 | 0.07 | 326 | 0.85 | 0.51 |
| Hex | EC | 1A | 91 | 0 | 59 | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 32 | 221 | 0 | 131 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 11010 | 10010001 | 0 | 1011001 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1A91
Complementary color
Monochromatic Colors of #EC1A91
Black with #EC1A91
Text Example
Text Example
White with #EC1A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A91; }
p { color: rgb(236,26,145); }
H1.HeaderClassName
{
color: #EC1A91;
}
.AnyTagClassName
{
color: #EC1A91;
}
</style>
background-color css
<style>
a { background-color: #EC1A91; }
a { background-color: rgb(236,26,145); }
div.DivClassName
{
background-color: #EC1A91;
}
.BgClassName
{
background-color: #EC1A91;
}
</style>
border-color css
<style>
span { border-color: #EC1A91; }
span { border-color: rgb(236,26,145); }
td.TdClassName
{
border-color: #EC1A91;
}
.TagClassName
{
border-color: #EC1A91;
}
</style>