Shades of Deep Pink #EC179B
Tints of Deep Pink #EC179B
RGB
CMYK
RGB Variations
Color information
#EC179B (or 0xEC179B) is known color: Deep Pink. HEX triplet: EC, 17 and 9B. RGB value is (236,23,155). Sum of RGB (Red+Green+Blue) = 236+23+155=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC179B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC179B is #13E864. Grayscale: #656565. Windows color (decimal): -1304677 or 10164204. OLE color: 10164204.
HSL color Cylindrical-coordinate representation of color #EC179B: hue angle of 322.82º 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 #EC179B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 155 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.07 |
| HSL | 322.82º | 0.85% | 0.51% | - |
| HSV(B) | 322.82º | 0.9% | 0.93% | - |
| XYZ | 40.81 | 20.81 | 32.88 | - |
| YUV | 101.74 | 158.07 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 155 | 0 | 0.90 | 0.34 | 0.07 | 322.82 | 0.85 | 0.51 |
| Hex | EC | 17 | 9B | 0 | 5A | 22 | 7 | 143 | 55 | 33 |
| Octal | 354 | 27 | 233 | 0 | 132 | 42 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 10111 | 10011011 | 0 | 1011010 | 100010 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC179B
Complementary color
Monochromatic Colors of #EC179B
Black with #EC179B
Text Example
Text Example
White with #EC179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC179B; }
p { color: rgb(236,23,155); }
H1.HeaderClassName
{
color: #EC179B;
}
.AnyTagClassName
{
color: #EC179B;
}
</style>
background-color css
<style>
a { background-color: #EC179B; }
a { background-color: rgb(236,23,155); }
div.DivClassName
{
background-color: #EC179B;
}
.BgClassName
{
background-color: #EC179B;
}
</style>
border-color css
<style>
span { border-color: #EC179B; }
span { border-color: rgb(236,23,155); }
td.TdClassName
{
border-color: #EC179B;
}
.TagClassName
{
border-color: #EC179B;
}
</style>