Shades of Deep Pink #EC208C
Tints of Deep Pink #EC208C
RGB
CMYK
RGB Variations
Color information
#EC208C (or 0xEC208C) is known color: Deep Pink. HEX triplet: EC, 20 and 8C. RGB value is (236,32,140). Sum of RGB (Red+Green+Blue) = 236+32+140=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC208C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC208C is #13DF73. Grayscale: #696969. Windows color (decimal): -1302388 or 9183468. OLE color: 9183468.
HSL color Cylindrical-coordinate representation of color #EC208C: hue angle of 328.24º 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 #EC208C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 140 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.07 |
| HSL | 328.24º | 0.84% | 0.53% | - |
| HSV(B) | 328.24º | 0.86% | 0.93% | - |
| XYZ | 39.84 | 20.76 | 26.72 | - |
| YUV | 105.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 140 | 0 | 0.86 | 0.41 | 0.07 | 328.24 | 0.84 | 0.53 |
| Hex | EC | 20 | 8C | 0 | 56 | 29 | 7 | 148 | 54 | 35 |
| Octal | 354 | 40 | 214 | 0 | 126 | 51 | 7 | 510 | 124 | 65 |
| Binary | 11101100 | 100000 | 10001100 | 0 | 1010110 | 101001 | 111 | 101001000 | 1010100 | 110101 |
Color Harmonies of #EC208C
Complementary color
Monochromatic Colors of #EC208C
Black with #EC208C
Text Example
Text Example
White with #EC208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC208C; }
p { color: rgb(236,32,140); }
H1.HeaderClassName
{
color: #EC208C;
}
.AnyTagClassName
{
color: #EC208C;
}
</style>
background-color css
<style>
a { background-color: #EC208C; }
a { background-color: rgb(236,32,140); }
div.DivClassName
{
background-color: #EC208C;
}
.BgClassName
{
background-color: #EC208C;
}
</style>
border-color css
<style>
span { border-color: #EC208C; }
span { border-color: rgb(236,32,140); }
td.TdClassName
{
border-color: #EC208C;
}
.TagClassName
{
border-color: #EC208C;
}
</style>