Shades of New York Pink #EC876C
Tints of New York Pink #EC876C
RGB
CMYK
RGB Variations
Color information
#EC876C (or 0xEC876C) is known color: New York Pink. HEX triplet: EC, 87 and 6C. RGB value is (236,135,108). Sum of RGB (Red+Green+Blue) = 236+135+108=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876C is #137893. Grayscale: #A2A2A2. Windows color (decimal): -1276052 or 7112684. OLE color: 7112684.
HSL color Cylindrical-coordinate representation of color #EC876C: hue angle of 12.66º 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 #EC876C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 108 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 12.66º | 0.77% | 0.67% | - |
| HSV(B) | 12.66º | 0.54% | 0.93% | - |
| XYZ | 45.96 | 36.24 | 18.76 | - |
| YUV | 162.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 108 | 0 | 0.43 | 0.54 | 0.07 | 12.66 | 0.77 | 0.67 |
| Hex | EC | 87 | 6C | 0 | 2B | 36 | 7 | D | 4D | 43 |
| Octal | 354 | 207 | 154 | 0 | 53 | 66 | 7 | 15 | 115 | 103 |
| Binary | 11101100 | 10000111 | 1101100 | 0 | 101011 | 110110 | 111 | 1101 | 1001101 | 1000011 |
Color Harmonies of #EC876C
Complementary color
Monochromatic Colors of #EC876C
Black with #EC876C
Text Example
Text Example
White with #EC876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC876C; }
p { color: rgb(236,135,108); }
H1.HeaderClassName
{
color: #EC876C;
}
.AnyTagClassName
{
color: #EC876C;
}
</style>
background-color css
<style>
a { background-color: #EC876C; }
a { background-color: rgb(236,135,108); }
div.DivClassName
{
background-color: #EC876C;
}
.BgClassName
{
background-color: #EC876C;
}
</style>
border-color css
<style>
span { border-color: #EC876C; }
span { border-color: rgb(236,135,108); }
td.TdClassName
{
border-color: #EC876C;
}
.TagClassName
{
border-color: #EC876C;
}
</style>