Shades of Deep Pink #EC2292
Tints of Deep Pink #EC2292
RGB
CMYK
RGB Variations
Color information
#EC2292 (or 0xEC2292) is known color: Deep Pink. HEX triplet: EC, 22 and 92. RGB value is (236,34,146). Sum of RGB (Red+Green+Blue) = 236+34+146=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2292 is #13DD6D. Grayscale: #6A6A6A. Windows color (decimal): -1301870 or 9577196. OLE color: 9577196.
HSL color Cylindrical-coordinate representation of color #EC2292: hue angle of 326.73º 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 #EC2292 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 146 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.07 |
| HSL | 326.73º | 0.84% | 0.53% | - |
| HSV(B) | 326.73º | 0.86% | 0.93% | - |
| XYZ | 40.35 | 21.05 | 29.13 | - |
| YUV | 107.17 | 149.92 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 146 | 0 | 0.86 | 0.38 | 0.07 | 326.73 | 0.84 | 0.53 |
| Hex | EC | 22 | 92 | 0 | 56 | 26 | 7 | 147 | 54 | 35 |
| Octal | 354 | 42 | 222 | 0 | 126 | 46 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100010 | 10010010 | 0 | 1010110 | 100110 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC2292
Complementary color
Monochromatic Colors of #EC2292
Black with #EC2292
Text Example
Text Example
White with #EC2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2292; }
p { color: rgb(236,34,146); }
H1.HeaderClassName
{
color: #EC2292;
}
.AnyTagClassName
{
color: #EC2292;
}
</style>
background-color css
<style>
a { background-color: #EC2292; }
a { background-color: rgb(236,34,146); }
div.DivClassName
{
background-color: #EC2292;
}
.BgClassName
{
background-color: #EC2292;
}
</style>
border-color css
<style>
span { border-color: #EC2292; }
span { border-color: rgb(236,34,146); }
td.TdClassName
{
border-color: #EC2292;
}
.TagClassName
{
border-color: #EC2292;
}
</style>