Shades of New York Pink #EC876D
Tints of New York Pink #EC876D
RGB
CMYK
RGB Variations
Color information
#EC876D (or 0xEC876D) is known color: New York Pink. HEX triplet: EC, 87 and 6D. RGB value is (236,135,109). Sum of RGB (Red+Green+Blue) = 236+135+109=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876D is #137892. Grayscale: #A2A2A2. Windows color (decimal): -1276051 or 7178220. OLE color: 7178220.
HSL color Cylindrical-coordinate representation of color #EC876D: hue angle of 12.28º 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 #EC876D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 109 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 12.28º | 0.77% | 0.68% | - |
| HSV(B) | 12.28º | 0.54% | 0.93% | - |
| XYZ | 46.02 | 36.26 | 19.04 | - |
| YUV | 162.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 109 | 0 | 0.43 | 0.54 | 0.07 | 12.28 | 0.77 | 0.68 |
| Hex | EC | 87 | 6D | 0 | 2B | 36 | 7 | C | 4D | 44 |
| Octal | 354 | 207 | 155 | 0 | 53 | 66 | 7 | 14 | 115 | 104 |
| Binary | 11101100 | 10000111 | 1101101 | 0 | 101011 | 110110 | 111 | 1100 | 1001101 | 1000100 |
Color Harmonies of #EC876D
Complementary color
Monochromatic Colors of #EC876D
Black with #EC876D
Text Example
Text Example
White with #EC876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC876D; }
p { color: rgb(236,135,109); }
H1.HeaderClassName
{
color: #EC876D;
}
.AnyTagClassName
{
color: #EC876D;
}
</style>
background-color css
<style>
a { background-color: #EC876D; }
a { background-color: rgb(236,135,109); }
div.DivClassName
{
background-color: #EC876D;
}
.BgClassName
{
background-color: #EC876D;
}
</style>
border-color css
<style>
span { border-color: #EC876D; }
span { border-color: rgb(236,135,109); }
td.TdClassName
{
border-color: #EC876D;
}
.TagClassName
{
border-color: #EC876D;
}
</style>