Shades of New York Pink #EC8672
Tints of New York Pink #EC8672
RGB
CMYK
RGB Variations
Color information
#EC8672 (or 0xEC8672) is known color: New York Pink. HEX triplet: EC, 86 and 72. RGB value is (236,134,114). Sum of RGB (Red+Green+Blue) = 236+134+114=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8672 is #13798D. Grayscale: #A2A2A2. Windows color (decimal): -1276302 or 7505644. OLE color: 7505644.
HSL color Cylindrical-coordinate representation of color #EC8672: hue angle of 9.84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8672 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 114 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 9.84º | 0.76% | 0.69% | - |
| HSV(B) | 9.84º | 0.52% | 0.93% | - |
| XYZ | 46.15 | 36.1 | 20.45 | - |
| YUV | 162.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 114 | 0 | 0.43 | 0.52 | 0.07 | 9.84 | 0.76 | 0.69 |
| Hex | EC | 86 | 72 | 0 | 2B | 34 | 7 | A | 4C | 45 |
| Octal | 354 | 206 | 162 | 0 | 53 | 64 | 7 | 12 | 114 | 105 |
| Binary | 11101100 | 10000110 | 1110010 | 0 | 101011 | 110100 | 111 | 1010 | 1001100 | 1000101 |
Color Harmonies of #EC8672
Complementary color
Monochromatic Colors of #EC8672
Black with #EC8672
Text Example
Text Example
White with #EC8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8672; }
p { color: rgb(236,134,114); }
H1.HeaderClassName
{
color: #EC8672;
}
.AnyTagClassName
{
color: #EC8672;
}
</style>
background-color css
<style>
a { background-color: #EC8672; }
a { background-color: rgb(236,134,114); }
div.DivClassName
{
background-color: #EC8672;
}
.BgClassName
{
background-color: #EC8672;
}
</style>
border-color css
<style>
span { border-color: #EC8672; }
span { border-color: rgb(236,134,114); }
td.TdClassName
{
border-color: #EC8672;
}
.TagClassName
{
border-color: #EC8672;
}
</style>