Shades of Deep Pink #EC2091
Tints of Deep Pink #EC2091
RGB
CMYK
RGB Variations
Color information
#EC2091 (or 0xEC2091) is known color: Deep Pink. HEX triplet: EC, 20 and 91. RGB value is (236,32,145). Sum of RGB (Red+Green+Blue) = 236+32+145=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2091 is #13DF6E. Grayscale: #696969. Windows color (decimal): -1302383 or 9511148. OLE color: 9511148.
HSL color Cylindrical-coordinate representation of color #EC2091: hue angle of 326.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2091 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 326.76º | 0.84% | 0.53% | - |
| HSV(B) | 326.76º | 0.86% | 0.93% | - |
| XYZ | 40.22 | 20.91 | 28.7 | - |
| YUV | 105.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 145 | 0 | 0.86 | 0.39 | 0.07 | 326.76 | 0.84 | 0.53 |
| Hex | EC | 20 | 91 | 0 | 56 | 27 | 7 | 147 | 54 | 35 |
| Octal | 354 | 40 | 221 | 0 | 126 | 47 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100000 | 10010001 | 0 | 1010110 | 100111 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC2091
Complementary color
Monochromatic Colors of #EC2091
Black with #EC2091
Text Example
Text Example
White with #EC2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2091; }
p { color: rgb(236,32,145); }
H1.HeaderClassName
{
color: #EC2091;
}
.AnyTagClassName
{
color: #EC2091;
}
</style>
background-color css
<style>
a { background-color: #EC2091; }
a { background-color: rgb(236,32,145); }
div.DivClassName
{
background-color: #EC2091;
}
.BgClassName
{
background-color: #EC2091;
}
</style>
border-color css
<style>
span { border-color: #EC2091; }
span { border-color: rgb(236,32,145); }
td.TdClassName
{
border-color: #EC2091;
}
.TagClassName
{
border-color: #EC2091;
}
</style>