Shades of Deep Pink #EC178F
Tints of Deep Pink #EC178F
RGB
CMYK
RGB Variations
Color information
#EC178F (or 0xEC178F) is known color: Deep Pink. HEX triplet: EC, 17 and 8F. RGB value is (236,23,143). Sum of RGB (Red+Green+Blue) = 236+23+143=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC178F is #13E870. Grayscale: #646464. Windows color (decimal): -1304689 or 9377772. OLE color: 9377772.
HSL color Cylindrical-coordinate representation of color #EC178F: hue angle of 326.2º 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 #EC178F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 326.2º | 0.85% | 0.51% | - |
| HSV(B) | 326.2º | 0.9% | 0.93% | - |
| XYZ | 39.86 | 20.43 | 27.83 | - |
| YUV | 100.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 143 | 0 | 0.90 | 0.39 | 0.07 | 326.2 | 0.85 | 0.51 |
| Hex | EC | 17 | 8F | 0 | 5A | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 27 | 217 | 0 | 132 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001111 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC178F
Complementary color
Monochromatic Colors of #EC178F
Black with #EC178F
Text Example
Text Example
White with #EC178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC178F; }
p { color: rgb(236,23,143); }
H1.HeaderClassName
{
color: #EC178F;
}
.AnyTagClassName
{
color: #EC178F;
}
</style>
background-color css
<style>
a { background-color: #EC178F; }
a { background-color: rgb(236,23,143); }
div.DivClassName
{
background-color: #EC178F;
}
.BgClassName
{
background-color: #EC178F;
}
</style>
border-color css
<style>
span { border-color: #EC178F; }
span { border-color: rgb(236,23,143); }
td.TdClassName
{
border-color: #EC178F;
}
.TagClassName
{
border-color: #EC178F;
}
</style>