Shades of Deep Pink #EC178B
Tints of Deep Pink #EC178B
RGB
CMYK
RGB Variations
Color information
#EC178B (or 0xEC178B) is known color: Deep Pink. HEX triplet: EC, 17 and 8B. RGB value is (236,23,139). Sum of RGB (Red+Green+Blue) = 236+23+139=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC178B is #13E874. Grayscale: #636363. Windows color (decimal): -1304693 or 9115628. OLE color: 9115628.
HSL color Cylindrical-coordinate representation of color #EC178B: hue angle of 327.32º 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 #EC178B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 139 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.07 |
| HSL | 327.32º | 0.85% | 0.51% | - |
| HSV(B) | 327.32º | 0.9% | 0.93% | - |
| XYZ | 39.56 | 20.31 | 26.26 | - |
| YUV | 99.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 139 | 0 | 0.90 | 0.41 | 0.07 | 327.32 | 0.85 | 0.51 |
| Hex | EC | 17 | 8B | 0 | 5A | 29 | 7 | 147 | 55 | 33 |
| Octal | 354 | 27 | 213 | 0 | 132 | 51 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001011 | 0 | 1011010 | 101001 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC178B
Complementary color
Monochromatic Colors of #EC178B
Black with #EC178B
Text Example
Text Example
White with #EC178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC178B; }
p { color: rgb(236,23,139); }
H1.HeaderClassName
{
color: #EC178B;
}
.AnyTagClassName
{
color: #EC178B;
}
</style>
background-color css
<style>
a { background-color: #EC178B; }
a { background-color: rgb(236,23,139); }
div.DivClassName
{
background-color: #EC178B;
}
.BgClassName
{
background-color: #EC178B;
}
</style>
border-color css
<style>
span { border-color: #EC178B; }
span { border-color: rgb(236,23,139); }
td.TdClassName
{
border-color: #EC178B;
}
.TagClassName
{
border-color: #EC178B;
}
</style>