Shades of Deep Pink #EC208F
Tints of Deep Pink #EC208F
RGB
CMYK
RGB Variations
Color information
#EC208F (or 0xEC208F) is known color: Deep Pink. HEX triplet: EC, 20 and 8F. RGB value is (236,32,143). Sum of RGB (Red+Green+Blue) = 236+32+143=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC208F is #13DF70. Grayscale: #696969. Windows color (decimal): -1302385 or 9380076. OLE color: 9380076.
HSL color Cylindrical-coordinate representation of color #EC208F: hue angle of 327.35º 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 #EC208F is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 143 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 327.35º | 0.84% | 0.53% | - |
| HSV(B) | 327.35º | 0.86% | 0.93% | - |
| XYZ | 40.07 | 20.85 | 27.9 | - |
| YUV | 105.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 143 | 0 | 0.86 | 0.39 | 0.07 | 327.35 | 0.84 | 0.53 |
| Hex | EC | 20 | 8F | 0 | 56 | 27 | 7 | 147 | 54 | 35 |
| Octal | 354 | 40 | 217 | 0 | 126 | 47 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100000 | 10001111 | 0 | 1010110 | 100111 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC208F
Complementary color
Monochromatic Colors of #EC208F
Black with #EC208F
Text Example
Text Example
White with #EC208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC208F; }
p { color: rgb(236,32,143); }
H1.HeaderClassName
{
color: #EC208F;
}
.AnyTagClassName
{
color: #EC208F;
}
</style>
background-color css
<style>
a { background-color: #EC208F; }
a { background-color: rgb(236,32,143); }
div.DivClassName
{
background-color: #EC208F;
}
.BgClassName
{
background-color: #EC208F;
}
</style>
border-color css
<style>
span { border-color: #EC208F; }
span { border-color: rgb(236,32,143); }
td.TdClassName
{
border-color: #EC208F;
}
.TagClassName
{
border-color: #EC208F;
}
</style>