Shades of Deep Pink #EC179F
Tints of Deep Pink #EC179F
RGB
CMYK
RGB Variations
Color information
#EC179F (or 0xEC179F) is known color: Deep Pink. HEX triplet: EC, 17 and 9F. RGB value is (236,23,159). Sum of RGB (Red+Green+Blue) = 236+23+159=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC179F is #13E860. Grayscale: #656565. Windows color (decimal): -1304673 or 10426348. OLE color: 10426348.
HSL color Cylindrical-coordinate representation of color #EC179F: hue angle of 321.69º 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 #EC179F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 159 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.07 |
| HSL | 321.69º | 0.85% | 0.51% | - |
| HSV(B) | 321.69º | 0.9% | 0.93% | - |
| XYZ | 41.16 | 20.95 | 34.68 | - |
| YUV | 102.19 | 160.07 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 159 | 0 | 0.90 | 0.33 | 0.07 | 321.69 | 0.85 | 0.51 |
| Hex | EC | 17 | 9F | 0 | 5A | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 27 | 237 | 0 | 132 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 10111 | 10011111 | 0 | 1011010 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC179F
Complementary color
Monochromatic Colors of #EC179F
Black with #EC179F
Text Example
Text Example
White with #EC179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC179F; }
p { color: rgb(236,23,159); }
H1.HeaderClassName
{
color: #EC179F;
}
.AnyTagClassName
{
color: #EC179F;
}
</style>
background-color css
<style>
a { background-color: #EC179F; }
a { background-color: rgb(236,23,159); }
div.DivClassName
{
background-color: #EC179F;
}
.BgClassName
{
background-color: #EC179F;
}
</style>
border-color css
<style>
span { border-color: #EC179F; }
span { border-color: rgb(236,23,159); }
td.TdClassName
{
border-color: #EC179F;
}
.TagClassName
{
border-color: #EC179F;
}
</style>