Shades of Deep Pink #EC2094
Tints of Deep Pink #EC2094
RGB
CMYK
RGB Variations
Color information
#EC2094 (or 0xEC2094) is known color: Deep Pink. HEX triplet: EC, 20 and 94. RGB value is (236,32,148). Sum of RGB (Red+Green+Blue) = 236+32+148=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2094 is #13DF6B. Grayscale: #696969. Windows color (decimal): -1302380 or 9707756. OLE color: 9707756.
HSL color Cylindrical-coordinate representation of color #EC2094: hue angle of 325.88º 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 #EC2094 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 148 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 325.88º | 0.84% | 0.53% | - |
| HSV(B) | 325.88º | 0.86% | 0.93% | - |
| XYZ | 40.45 | 21 | 29.94 | - |
| YUV | 106.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 148 | 0 | 0.86 | 0.37 | 0.07 | 325.88 | 0.84 | 0.53 |
| Hex | EC | 20 | 94 | 0 | 56 | 25 | 7 | 146 | 54 | 35 |
| Octal | 354 | 40 | 224 | 0 | 126 | 45 | 7 | 506 | 124 | 65 |
| Binary | 11101100 | 100000 | 10010100 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010100 | 110101 |
Color Harmonies of #EC2094
Complementary color
Monochromatic Colors of #EC2094
Black with #EC2094
Text Example
Text Example
White with #EC2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2094; }
p { color: rgb(236,32,148); }
H1.HeaderClassName
{
color: #EC2094;
}
.AnyTagClassName
{
color: #EC2094;
}
</style>
background-color css
<style>
a { background-color: #EC2094; }
a { background-color: rgb(236,32,148); }
div.DivClassName
{
background-color: #EC2094;
}
.BgClassName
{
background-color: #EC2094;
}
</style>
border-color css
<style>
span { border-color: #EC2094; }
span { border-color: rgb(236,32,148); }
td.TdClassName
{
border-color: #EC2094;
}
.TagClassName
{
border-color: #EC2094;
}
</style>