Shades of New York Pink #EC856C
Tints of New York Pink #EC856C
RGB
CMYK
RGB Variations
Color information
#EC856C (or 0xEC856C) is known color: New York Pink. HEX triplet: EC, 85 and 6C. RGB value is (236,133,108). Sum of RGB (Red+Green+Blue) = 236+133+108=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC856C is #137A93. Grayscale: #A1A1A1. Windows color (decimal): -1276564 or 7112172. OLE color: 7112172.
HSL color Cylindrical-coordinate representation of color #EC856C: hue angle of 11.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC856C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 108 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.07 |
| HSL | 11.72º | 0.77% | 0.67% | - |
| HSV(B) | 11.72º | 0.54% | 0.93% | - |
| XYZ | 45.69 | 35.69 | 18.67 | - |
| YUV | 160.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 108 | 0 | 0.44 | 0.54 | 0.07 | 11.72 | 0.77 | 0.67 |
| Hex | EC | 85 | 6C | 0 | 2C | 36 | 7 | C | 4D | 43 |
| Octal | 354 | 205 | 154 | 0 | 54 | 66 | 7 | 14 | 115 | 103 |
| Binary | 11101100 | 10000101 | 1101100 | 0 | 101100 | 110110 | 111 | 1100 | 1001101 | 1000011 |
Color Harmonies of #EC856C
Complementary color
Monochromatic Colors of #EC856C
Black with #EC856C
Text Example
Text Example
White with #EC856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC856C; }
p { color: rgb(236,133,108); }
H1.HeaderClassName
{
color: #EC856C;
}
.AnyTagClassName
{
color: #EC856C;
}
</style>
background-color css
<style>
a { background-color: #EC856C; }
a { background-color: rgb(236,133,108); }
div.DivClassName
{
background-color: #EC856C;
}
.BgClassName
{
background-color: #EC856C;
}
</style>
border-color css
<style>
span { border-color: #EC856C; }
span { border-color: rgb(236,133,108); }
td.TdClassName
{
border-color: #EC856C;
}
.TagClassName
{
border-color: #EC856C;
}
</style>