Shades of Deep Pink #EC179D
Tints of Deep Pink #EC179D
RGB
CMYK
RGB Variations
Color information
#EC179D (or 0xEC179D) is known color: Deep Pink. HEX triplet: EC, 17 and 9D. RGB value is (236,23,157). Sum of RGB (Red+Green+Blue) = 236+23+157=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC179D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC179D is #13E862. Grayscale: #656565. Windows color (decimal): -1304675 or 10295276. OLE color: 10295276.
HSL color Cylindrical-coordinate representation of color #EC179D: hue angle of 322.25º 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 #EC179D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.07 |
| HSL | 322.25º | 0.85% | 0.51% | - |
| HSV(B) | 322.25º | 0.9% | 0.93% | - |
| XYZ | 40.98 | 20.88 | 33.77 | - |
| YUV | 101.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 157 | 0 | 0.90 | 0.33 | 0.07 | 322.25 | 0.85 | 0.51 |
| Hex | EC | 17 | 9D | 0 | 5A | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 27 | 235 | 0 | 132 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 10111 | 10011101 | 0 | 1011010 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC179D
Complementary color
Monochromatic Colors of #EC179D
Black with #EC179D
Text Example
Text Example
White with #EC179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC179D; }
p { color: rgb(236,23,157); }
H1.HeaderClassName
{
color: #EC179D;
}
.AnyTagClassName
{
color: #EC179D;
}
</style>
background-color css
<style>
a { background-color: #EC179D; }
a { background-color: rgb(236,23,157); }
div.DivClassName
{
background-color: #EC179D;
}
.BgClassName
{
background-color: #EC179D;
}
</style>
border-color css
<style>
span { border-color: #EC179D; }
span { border-color: rgb(236,23,157); }
td.TdClassName
{
border-color: #EC179D;
}
.TagClassName
{
border-color: #EC179D;
}
</style>