Shades of Deep Pink #EC178C
Tints of Deep Pink #EC178C
RGB
CMYK
RGB Variations
Color information
#EC178C (or 0xEC178C) is known color: Deep Pink. HEX triplet: EC, 17 and 8C. RGB value is (236,23,140). Sum of RGB (Red+Green+Blue) = 236+23+140=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC178C is #13E873. Grayscale: #636363. Windows color (decimal): -1304692 or 9181164. OLE color: 9181164.
HSL color Cylindrical-coordinate representation of color #EC178C: hue angle of 327.04º 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 #EC178C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 140 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.07 |
| HSL | 327.04º | 0.85% | 0.51% | - |
| HSV(B) | 327.04º | 0.9% | 0.93% | - |
| XYZ | 39.63 | 20.34 | 26.65 | - |
| YUV | 100.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 140 | 0 | 0.90 | 0.41 | 0.07 | 327.04 | 0.85 | 0.51 |
| Hex | EC | 17 | 8C | 0 | 5A | 29 | 7 | 147 | 55 | 33 |
| Octal | 354 | 27 | 214 | 0 | 132 | 51 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001100 | 0 | 1011010 | 101001 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC178C
Complementary color
Monochromatic Colors of #EC178C
Black with #EC178C
Text Example
Text Example
White with #EC178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC178C; }
p { color: rgb(236,23,140); }
H1.HeaderClassName
{
color: #EC178C;
}
.AnyTagClassName
{
color: #EC178C;
}
</style>
background-color css
<style>
a { background-color: #EC178C; }
a { background-color: rgb(236,23,140); }
div.DivClassName
{
background-color: #EC178C;
}
.BgClassName
{
background-color: #EC178C;
}
</style>
border-color css
<style>
span { border-color: #EC178C; }
span { border-color: rgb(236,23,140); }
td.TdClassName
{
border-color: #EC178C;
}
.TagClassName
{
border-color: #EC178C;
}
</style>