Shades of Deep Pink #EC218E
Tints of Deep Pink #EC218E
RGB
CMYK
RGB Variations
Color information
#EC218E (or 0xEC218E) is known color: Deep Pink. HEX triplet: EC, 21 and 8E. RGB value is (236,33,142). Sum of RGB (Red+Green+Blue) = 236+33+142=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC218E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC218E is #13DE71. Grayscale: #696969. Windows color (decimal): -1302130 or 9314796. OLE color: 9314796.
HSL color Cylindrical-coordinate representation of color #EC218E: hue angle of 327.78º 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 #EC218E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 142 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.07 |
| HSL | 327.78º | 0.84% | 0.53% | - |
| HSV(B) | 327.78º | 0.86% | 0.93% | - |
| XYZ | 40.02 | 20.87 | 27.51 | - |
| YUV | 106.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 142 | 0 | 0.86 | 0.40 | 0.07 | 327.78 | 0.84 | 0.53 |
| Hex | EC | 21 | 8E | 0 | 56 | 28 | 7 | 148 | 54 | 35 |
| Octal | 354 | 41 | 216 | 0 | 126 | 50 | 7 | 510 | 124 | 65 |
| Binary | 11101100 | 100001 | 10001110 | 0 | 1010110 | 101000 | 111 | 101001000 | 1010100 | 110101 |
Color Harmonies of #EC218E
Complementary color
Monochromatic Colors of #EC218E
Black with #EC218E
Text Example
Text Example
White with #EC218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC218E; }
p { color: rgb(236,33,142); }
H1.HeaderClassName
{
color: #EC218E;
}
.AnyTagClassName
{
color: #EC218E;
}
</style>
background-color css
<style>
a { background-color: #EC218E; }
a { background-color: rgb(236,33,142); }
div.DivClassName
{
background-color: #EC218E;
}
.BgClassName
{
background-color: #EC218E;
}
</style>
border-color css
<style>
span { border-color: #EC218E; }
span { border-color: rgb(236,33,142); }
td.TdClassName
{
border-color: #EC218E;
}
.TagClassName
{
border-color: #EC218E;
}
</style>