Shades of New York Pink #EC886C
Tints of New York Pink #EC886C
RGB
CMYK
RGB Variations
Color information
#EC886C (or 0xEC886C) is known color: New York Pink. HEX triplet: EC, 88 and 6C. RGB value is (236,136,108). Sum of RGB (Red+Green+Blue) = 236+136+108=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC886C is #137793. Grayscale: #A2A2A2. Windows color (decimal): -1275796 or 7112940. OLE color: 7112940.
HSL color Cylindrical-coordinate representation of color #EC886C: hue angle of 13.12º 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 #EC886C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 108 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.07 |
| HSL | 13.13º | 0.77% | 0.67% | - |
| HSV(B) | 13.13º | 0.54% | 0.93% | - |
| XYZ | 46.1 | 36.52 | 18.81 | - |
| YUV | 162.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 108 | 0 | 0.42 | 0.54 | 0.07 | 13.13 | 0.77 | 0.67 |
| Hex | EC | 88 | 6C | 0 | 2A | 36 | 7 | D | 4D | 43 |
| Octal | 354 | 210 | 154 | 0 | 52 | 66 | 7 | 15 | 115 | 103 |
| Binary | 11101100 | 10001000 | 1101100 | 0 | 101010 | 110110 | 111 | 1101 | 1001101 | 1000011 |
Color Harmonies of #EC886C
Complementary color
Monochromatic Colors of #EC886C
Black with #EC886C
Text Example
Text Example
White with #EC886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC886C; }
p { color: rgb(236,136,108); }
H1.HeaderClassName
{
color: #EC886C;
}
.AnyTagClassName
{
color: #EC886C;
}
</style>
background-color css
<style>
a { background-color: #EC886C; }
a { background-color: rgb(236,136,108); }
div.DivClassName
{
background-color: #EC886C;
}
.BgClassName
{
background-color: #EC886C;
}
</style>
border-color css
<style>
span { border-color: #EC886C; }
span { border-color: rgb(236,136,108); }
td.TdClassName
{
border-color: #EC886C;
}
.TagClassName
{
border-color: #EC886C;
}
</style>