Shades of Deep Pink #EC228E
Tints of Deep Pink #EC228E
RGB
CMYK
RGB Variations
Color information
#EC228E (or 0xEC228E) is known color: Deep Pink. HEX triplet: EC, 22 and 8E. RGB value is (236,34,142). Sum of RGB (Red+Green+Blue) = 236+34+142=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC228E is #13DD71. Grayscale: #6A6A6A. Windows color (decimal): -1301874 or 9315052. OLE color: 9315052.
HSL color Cylindrical-coordinate representation of color #EC228E: hue angle of 327.92º 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 #EC228E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 142 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.07 |
| HSL | 327.92º | 0.84% | 0.53% | - |
| HSV(B) | 327.92º | 0.86% | 0.93% | - |
| XYZ | 40.05 | 20.93 | 27.52 | - |
| YUV | 106.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 142 | 0 | 0.86 | 0.40 | 0.07 | 327.92 | 0.84 | 0.53 |
| Hex | EC | 22 | 8E | 0 | 56 | 28 | 7 | 148 | 54 | 35 |
| Octal | 354 | 42 | 216 | 0 | 126 | 50 | 7 | 510 | 124 | 65 |
| Binary | 11101100 | 100010 | 10001110 | 0 | 1010110 | 101000 | 111 | 101001000 | 1010100 | 110101 |
Color Harmonies of #EC228E
Complementary color
Monochromatic Colors of #EC228E
Black with #EC228E
Text Example
Text Example
White with #EC228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC228E; }
p { color: rgb(236,34,142); }
H1.HeaderClassName
{
color: #EC228E;
}
.AnyTagClassName
{
color: #EC228E;
}
</style>
background-color css
<style>
a { background-color: #EC228E; }
a { background-color: rgb(236,34,142); }
div.DivClassName
{
background-color: #EC228E;
}
.BgClassName
{
background-color: #EC228E;
}
</style>
border-color css
<style>
span { border-color: #EC228E; }
span { border-color: rgb(236,34,142); }
td.TdClassName
{
border-color: #EC228E;
}
.TagClassName
{
border-color: #EC228E;
}
</style>