Shades of Deep Pink #EC177E
Tints of Deep Pink #EC177E
RGB
CMYK
RGB Variations
Color information
#EC177E (or 0xEC177E) is known color: Deep Pink. HEX triplet: EC, 17 and 7E. RGB value is (236,23,126). Sum of RGB (Red+Green+Blue) = 236+23+126=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC177E is #13E881. Grayscale: #626262. Windows color (decimal): -1304706 or 8263660. OLE color: 8263660.
HSL color Cylindrical-coordinate representation of color #EC177E: hue angle of 330.99º 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 #EC177E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.07 |
| HSL | 330.99º | 0.85% | 0.51% | - |
| HSV(B) | 330.99º | 0.9% | 0.93% | - |
| XYZ | 38.66 | 19.95 | 21.55 | - |
| YUV | 98.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 126 | 0 | 0.90 | 0.47 | 0.07 | 330.99 | 0.85 | 0.51 |
| Hex | EC | 17 | 7E | 0 | 5A | 2F | 7 | 14B | 55 | 33 |
| Octal | 354 | 27 | 176 | 0 | 132 | 57 | 7 | 513 | 125 | 63 |
| Binary | 11101100 | 10111 | 1111110 | 0 | 1011010 | 101111 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #EC177E
Complementary color
Monochromatic Colors of #EC177E
Black with #EC177E
Text Example
Text Example
White with #EC177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC177E; }
p { color: rgb(236,23,126); }
H1.HeaderClassName
{
color: #EC177E;
}
.AnyTagClassName
{
color: #EC177E;
}
</style>
background-color css
<style>
a { background-color: #EC177E; }
a { background-color: rgb(236,23,126); }
div.DivClassName
{
background-color: #EC177E;
}
.BgClassName
{
background-color: #EC177E;
}
</style>
border-color css
<style>
span { border-color: #EC177E; }
span { border-color: rgb(236,23,126); }
td.TdClassName
{
border-color: #EC177E;
}
.TagClassName
{
border-color: #EC177E;
}
</style>