Shades of Deep Pink #EC2192
Tints of Deep Pink #EC2192
RGB
CMYK
RGB Variations
Color information
#EC2192 (or 0xEC2192) is known color: Deep Pink. HEX triplet: EC, 21 and 92. RGB value is (236,33,146). Sum of RGB (Red+Green+Blue) = 236+33+146=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2192 is #13DE6D. Grayscale: #6A6A6A. Windows color (decimal): -1302126 or 9576940. OLE color: 9576940.
HSL color Cylindrical-coordinate representation of color #EC2192: hue angle of 326.6º 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 #EC2192 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.07 |
| HSL | 326.6º | 0.84% | 0.53% | - |
| HSV(B) | 326.6º | 0.86% | 0.93% | - |
| XYZ | 40.32 | 21 | 29.12 | - |
| YUV | 106.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 146 | 0 | 0.86 | 0.38 | 0.07 | 326.6 | 0.84 | 0.53 |
| Hex | EC | 21 | 92 | 0 | 56 | 26 | 7 | 147 | 54 | 35 |
| Octal | 354 | 41 | 222 | 0 | 126 | 46 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100001 | 10010010 | 0 | 1010110 | 100110 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC2192
Complementary color
Monochromatic Colors of #EC2192
Black with #EC2192
Text Example
Text Example
White with #EC2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2192; }
p { color: rgb(236,33,146); }
H1.HeaderClassName
{
color: #EC2192;
}
.AnyTagClassName
{
color: #EC2192;
}
</style>
background-color css
<style>
a { background-color: #EC2192; }
a { background-color: rgb(236,33,146); }
div.DivClassName
{
background-color: #EC2192;
}
.BgClassName
{
background-color: #EC2192;
}
</style>
border-color css
<style>
span { border-color: #EC2192; }
span { border-color: rgb(236,33,146); }
td.TdClassName
{
border-color: #EC2192;
}
.TagClassName
{
border-color: #EC2192;
}
</style>