Shades of Deep Pink #EC178E
Tints of Deep Pink #EC178E
RGB
CMYK
RGB Variations
Color information
#EC178E (or 0xEC178E) is known color: Deep Pink. HEX triplet: EC, 17 and 8E. RGB value is (236,23,142). Sum of RGB (Red+Green+Blue) = 236+23+142=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC178E is #13E871. Grayscale: #636363. Windows color (decimal): -1304690 or 9312236. OLE color: 9312236.
HSL color Cylindrical-coordinate representation of color #EC178E: hue angle of 326.48º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC178E is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 142 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.07 |
| HSL | 326.48º | 0.85% | 0.51% | - |
| HSV(B) | 326.48º | 0.9% | 0.93% | - |
| XYZ | 39.78 | 20.4 | 27.43 | - |
| YUV | 100.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 142 | 0 | 0.90 | 0.40 | 0.07 | 326.48 | 0.85 | 0.51 |
| Hex | EC | 17 | 8E | 0 | 5A | 28 | 7 | 146 | 55 | 33 |
| Octal | 354 | 27 | 216 | 0 | 132 | 50 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001110 | 0 | 1011010 | 101000 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC178E
Complementary color
Monochromatic Colors of #EC178E
Black with #EC178E
Text Example
Text Example
White with #EC178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC178E; }
p { color: rgb(236,23,142); }
H1.HeaderClassName
{
color: #EC178E;
}
.AnyTagClassName
{
color: #EC178E;
}
</style>
background-color css
<style>
a { background-color: #EC178E; }
a { background-color: rgb(236,23,142); }
div.DivClassName
{
background-color: #EC178E;
}
.BgClassName
{
background-color: #EC178E;
}
</style>
border-color css
<style>
span { border-color: #EC178E; }
span { border-color: rgb(236,23,142); }
td.TdClassName
{
border-color: #EC178E;
}
.TagClassName
{
border-color: #EC178E;
}
</style>