Shades of Deep Pink #EC178A
Tints of Deep Pink #EC178A
RGB
CMYK
RGB Variations
Color information
#EC178A (or 0xEC178A) is known color: Deep Pink. HEX triplet: EC, 17 and 8A. RGB value is (236,23,138). Sum of RGB (Red+Green+Blue) = 236+23+138=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC178A is #13E875. Grayscale: #636363. Windows color (decimal): -1304694 or 9050092. OLE color: 9050092.
HSL color Cylindrical-coordinate representation of color #EC178A: hue angle of 327.61º 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 #EC178A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 327.61º | 0.85% | 0.51% | - |
| HSV(B) | 327.61º | 0.9% | 0.93% | - |
| XYZ | 39.49 | 20.28 | 25.88 | - |
| YUV | 99.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 138 | 0 | 0.90 | 0.42 | 0.07 | 327.61 | 0.85 | 0.51 |
| Hex | EC | 17 | 8A | 0 | 5A | 2A | 7 | 148 | 55 | 33 |
| Octal | 354 | 27 | 212 | 0 | 132 | 52 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001010 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC178A
Complementary color
Monochromatic Colors of #EC178A
Black with #EC178A
Text Example
Text Example
White with #EC178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC178A; }
p { color: rgb(236,23,138); }
H1.HeaderClassName
{
color: #EC178A;
}
.AnyTagClassName
{
color: #EC178A;
}
</style>
background-color css
<style>
a { background-color: #EC178A; }
a { background-color: rgb(236,23,138); }
div.DivClassName
{
background-color: #EC178A;
}
.BgClassName
{
background-color: #EC178A;
}
</style>
border-color css
<style>
span { border-color: #EC178A; }
span { border-color: rgb(236,23,138); }
td.TdClassName
{
border-color: #EC178A;
}
.TagClassName
{
border-color: #EC178A;
}
</style>