Shades of New York Pink #EC886D
Tints of New York Pink #EC886D
RGB
CMYK
RGB Variations
Color information
#EC886D (or 0xEC886D) is known color: New York Pink. HEX triplet: EC, 88 and 6D. RGB value is (236,136,109). Sum of RGB (Red+Green+Blue) = 236+136+109=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC886D is #137792. Grayscale: #A3A3A3. Windows color (decimal): -1275795 or 7178476. OLE color: 7178476.
HSL color Cylindrical-coordinate representation of color #EC886D: hue angle of 12.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC886D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 109 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.07 |
| HSL | 12.76º | 0.77% | 0.68% | - |
| HSV(B) | 12.76º | 0.54% | 0.93% | - |
| XYZ | 46.16 | 36.55 | 19.09 | - |
| YUV | 162.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 109 | 0 | 0.42 | 0.54 | 0.07 | 12.76 | 0.77 | 0.68 |
| Hex | EC | 88 | 6D | 0 | 2A | 36 | 7 | D | 4D | 44 |
| Octal | 354 | 210 | 155 | 0 | 52 | 66 | 7 | 15 | 115 | 104 |
| Binary | 11101100 | 10001000 | 1101101 | 0 | 101010 | 110110 | 111 | 1101 | 1001101 | 1000100 |
Color Harmonies of #EC886D
Complementary color
Monochromatic Colors of #EC886D
Black with #EC886D
Text Example
Text Example
White with #EC886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC886D; }
p { color: rgb(236,136,109); }
H1.HeaderClassName
{
color: #EC886D;
}
.AnyTagClassName
{
color: #EC886D;
}
</style>
background-color css
<style>
a { background-color: #EC886D; }
a { background-color: rgb(236,136,109); }
div.DivClassName
{
background-color: #EC886D;
}
.BgClassName
{
background-color: #EC886D;
}
</style>
border-color css
<style>
span { border-color: #EC886D; }
span { border-color: rgb(236,136,109); }
td.TdClassName
{
border-color: #EC886D;
}
.TagClassName
{
border-color: #EC886D;
}
</style>