Shades of Deep Pink #EC1691
Tints of Deep Pink #EC1691
RGB
CMYK
RGB Variations
Color information
#EC1691 (or 0xEC1691) is known color: Deep Pink. HEX triplet: EC, 16 and 91. RGB value is (236,22,145). Sum of RGB (Red+Green+Blue) = 236+22+145=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1691 is #13E96E. Grayscale: #636363. Windows color (decimal): -1304943 or 9508588. OLE color: 9508588.
HSL color Cylindrical-coordinate representation of color #EC1691: hue angle of 325.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1691 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 145 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.07 |
| HSL | 325.51º | 0.85% | 0.51% | - |
| HSV(B) | 325.51º | 0.91% | 0.93% | - |
| XYZ | 39.99 | 20.45 | 28.63 | - |
| YUV | 100.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 145 | 0 | 0.91 | 0.39 | 0.07 | 325.51 | 0.85 | 0.51 |
| Hex | EC | 16 | 91 | 0 | 5B | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 26 | 221 | 0 | 133 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 10110 | 10010001 | 0 | 1011011 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1691
Complementary color
Monochromatic Colors of #EC1691
Black with #EC1691
Text Example
Text Example
White with #EC1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1691; }
p { color: rgb(236,22,145); }
H1.HeaderClassName
{
color: #EC1691;
}
.AnyTagClassName
{
color: #EC1691;
}
</style>
background-color css
<style>
a { background-color: #EC1691; }
a { background-color: rgb(236,22,145); }
div.DivClassName
{
background-color: #EC1691;
}
.BgClassName
{
background-color: #EC1691;
}
</style>
border-color css
<style>
span { border-color: #EC1691; }
span { border-color: rgb(236,22,145); }
td.TdClassName
{
border-color: #EC1691;
}
.TagClassName
{
border-color: #EC1691;
}
</style>