Shades of Deep Pink #EC218A
Tints of Deep Pink #EC218A
RGB
CMYK
RGB Variations
Color information
#EC218A (or 0xEC218A) is known color: Deep Pink. HEX triplet: EC, 21 and 8A. RGB value is (236,33,138). Sum of RGB (Red+Green+Blue) = 236+33+138=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC218A is #13DE75. Grayscale: #696969. Windows color (decimal): -1302134 or 9052652. OLE color: 9052652.
HSL color Cylindrical-coordinate representation of color #EC218A: hue angle of 328.97º 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 #EC218A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 138 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 328.97º | 0.84% | 0.53% | - |
| HSV(B) | 328.97º | 0.86% | 0.93% | - |
| XYZ | 39.72 | 20.76 | 25.96 | - |
| YUV | 105.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 138 | 0 | 0.86 | 0.42 | 0.07 | 328.97 | 0.84 | 0.53 |
| Hex | EC | 21 | 8A | 0 | 56 | 2A | 7 | 149 | 54 | 35 |
| Octal | 354 | 41 | 212 | 0 | 126 | 52 | 7 | 511 | 124 | 65 |
| Binary | 11101100 | 100001 | 10001010 | 0 | 1010110 | 101010 | 111 | 101001001 | 1010100 | 110101 |
Color Harmonies of #EC218A
Complementary color
Monochromatic Colors of #EC218A
Black with #EC218A
Text Example
Text Example
White with #EC218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC218A; }
p { color: rgb(236,33,138); }
H1.HeaderClassName
{
color: #EC218A;
}
.AnyTagClassName
{
color: #EC218A;
}
</style>
background-color css
<style>
a { background-color: #EC218A; }
a { background-color: rgb(236,33,138); }
div.DivClassName
{
background-color: #EC218A;
}
.BgClassName
{
background-color: #EC218A;
}
</style>
border-color css
<style>
span { border-color: #EC218A; }
span { border-color: rgb(236,33,138); }
td.TdClassName
{
border-color: #EC218A;
}
.TagClassName
{
border-color: #EC218A;
}
</style>