Shades of Deep Pink #EC208A
Tints of Deep Pink #EC208A
RGB
CMYK
RGB Variations
Color information
#EC208A (or 0xEC208A) is known color: Deep Pink. HEX triplet: EC, 20 and 8A. RGB value is (236,32,138). Sum of RGB (Red+Green+Blue) = 236+32+138=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC208A is #13DF75. Grayscale: #686868. Windows color (decimal): -1302390 or 9052396. OLE color: 9052396.
HSL color Cylindrical-coordinate representation of color #EC208A: hue angle of 328.82º 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 #EC208A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 138 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 328.82º | 0.84% | 0.53% | - |
| HSV(B) | 328.82º | 0.86% | 0.93% | - |
| XYZ | 39.7 | 20.7 | 25.95 | - |
| YUV | 105.08 | 146.59 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 138 | 0 | 0.86 | 0.42 | 0.07 | 328.82 | 0.84 | 0.53 |
| Hex | EC | 20 | 8A | 0 | 56 | 2A | 7 | 149 | 54 | 35 |
| Octal | 354 | 40 | 212 | 0 | 126 | 52 | 7 | 511 | 124 | 65 |
| Binary | 11101100 | 100000 | 10001010 | 0 | 1010110 | 101010 | 111 | 101001001 | 1010100 | 110101 |
Color Harmonies of #EC208A
Complementary color
Monochromatic Colors of #EC208A
Black with #EC208A
Text Example
Text Example
White with #EC208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC208A; }
p { color: rgb(236,32,138); }
H1.HeaderClassName
{
color: #EC208A;
}
.AnyTagClassName
{
color: #EC208A;
}
</style>
background-color css
<style>
a { background-color: #EC208A; }
a { background-color: rgb(236,32,138); }
div.DivClassName
{
background-color: #EC208A;
}
.BgClassName
{
background-color: #EC208A;
}
</style>
border-color css
<style>
span { border-color: #EC208A; }
span { border-color: rgb(236,32,138); }
td.TdClassName
{
border-color: #EC208A;
}
.TagClassName
{
border-color: #EC208A;
}
</style>