Shades of New York Pink #EC876E
Tints of New York Pink #EC876E
RGB
CMYK
RGB Variations
Color information
#EC876E (or 0xEC876E) is known color: New York Pink. HEX triplet: EC, 87 and 6E. RGB value is (236,135,110). Sum of RGB (Red+Green+Blue) = 236+135+110=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876E is #137891. Grayscale: #A2A2A2. Windows color (decimal): -1276050 or 7243756. OLE color: 7243756.
HSL color Cylindrical-coordinate representation of color #EC876E: hue angle of 11.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC876E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 110 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.07 |
| HSL | 11.9º | 0.77% | 0.68% | - |
| HSV(B) | 11.9º | 0.53% | 0.93% | - |
| XYZ | 46.07 | 36.29 | 19.33 | - |
| YUV | 162.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 110 | 0 | 0.43 | 0.53 | 0.07 | 11.9 | 0.77 | 0.68 |
| Hex | EC | 87 | 6E | 0 | 2B | 35 | 7 | C | 4D | 44 |
| Octal | 354 | 207 | 156 | 0 | 53 | 65 | 7 | 14 | 115 | 104 |
| Binary | 11101100 | 10000111 | 1101110 | 0 | 101011 | 110101 | 111 | 1100 | 1001101 | 1000100 |
Color Harmonies of #EC876E
Complementary color
Monochromatic Colors of #EC876E
Black with #EC876E
Text Example
Text Example
White with #EC876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC876E; }
p { color: rgb(236,135,110); }
H1.HeaderClassName
{
color: #EC876E;
}
.AnyTagClassName
{
color: #EC876E;
}
</style>
background-color css
<style>
a { background-color: #EC876E; }
a { background-color: rgb(236,135,110); }
div.DivClassName
{
background-color: #EC876E;
}
.BgClassName
{
background-color: #EC876E;
}
</style>
border-color css
<style>
span { border-color: #EC876E; }
span { border-color: rgb(236,135,110); }
td.TdClassName
{
border-color: #EC876E;
}
.TagClassName
{
border-color: #EC876E;
}
</style>