Shades of New York Pink #EC876B
Tints of New York Pink #EC876B
RGB
CMYK
RGB Variations
Color information
#EC876B (or 0xEC876B) is known color: New York Pink. HEX triplet: EC, 87 and 6B. RGB value is (236,135,107). Sum of RGB (Red+Green+Blue) = 236+135+107=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876B is #137894. Grayscale: #A2A2A2. Windows color (decimal): -1276053 or 7047148. OLE color: 7047148.
HSL color Cylindrical-coordinate representation of color #EC876B: hue angle of 13.02º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC876B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 107 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.07 |
| HSL | 13.02º | 0.77% | 0.67% | - |
| HSV(B) | 13.02º | 0.55% | 0.93% | - |
| XYZ | 45.91 | 36.22 | 18.48 | - |
| YUV | 162.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 107 | 0 | 0.43 | 0.55 | 0.07 | 13.02 | 0.77 | 0.67 |
| Hex | EC | 87 | 6B | 0 | 2B | 37 | 7 | D | 4D | 43 |
| Octal | 354 | 207 | 153 | 0 | 53 | 67 | 7 | 15 | 115 | 103 |
| Binary | 11101100 | 10000111 | 1101011 | 0 | 101011 | 110111 | 111 | 1101 | 1001101 | 1000011 |
Color Harmonies of #EC876B
Complementary color
Monochromatic Colors of #EC876B
Black with #EC876B
Text Example
Text Example
White with #EC876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC876B; }
p { color: rgb(236,135,107); }
H1.HeaderClassName
{
color: #EC876B;
}
.AnyTagClassName
{
color: #EC876B;
}
</style>
background-color css
<style>
a { background-color: #EC876B; }
a { background-color: rgb(236,135,107); }
div.DivClassName
{
background-color: #EC876B;
}
.BgClassName
{
background-color: #EC876B;
}
</style>
border-color css
<style>
span { border-color: #EC876B; }
span { border-color: rgb(236,135,107); }
td.TdClassName
{
border-color: #EC876B;
}
.TagClassName
{
border-color: #EC876B;
}
</style>