Shades of New York Pink #EC866D
Tints of New York Pink #EC866D
RGB
CMYK
RGB Variations
Color information
#EC866D (or 0xEC866D) is known color: New York Pink. HEX triplet: EC, 86 and 6D. RGB value is (236,134,109). Sum of RGB (Red+Green+Blue) = 236+134+109=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866D is #137992. Grayscale: #A1A1A1. Windows color (decimal): -1276307 or 7177964. OLE color: 7177964.
HSL color Cylindrical-coordinate representation of color #EC866D: hue angle of 11.81º 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 #EC866D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 109 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 11.81º | 0.77% | 0.68% | - |
| HSV(B) | 11.81º | 0.54% | 0.93% | - |
| XYZ | 45.88 | 35.99 | 19 | - |
| YUV | 161.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 109 | 0 | 0.43 | 0.54 | 0.07 | 11.81 | 0.77 | 0.68 |
| Hex | EC | 86 | 6D | 0 | 2B | 36 | 7 | C | 4D | 44 |
| Octal | 354 | 206 | 155 | 0 | 53 | 66 | 7 | 14 | 115 | 104 |
| Binary | 11101100 | 10000110 | 1101101 | 0 | 101011 | 110110 | 111 | 1100 | 1001101 | 1000100 |
Color Harmonies of #EC866D
Complementary color
Monochromatic Colors of #EC866D
Black with #EC866D
Text Example
Text Example
White with #EC866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC866D; }
p { color: rgb(236,134,109); }
H1.HeaderClassName
{
color: #EC866D;
}
.AnyTagClassName
{
color: #EC866D;
}
</style>
background-color css
<style>
a { background-color: #EC866D; }
a { background-color: rgb(236,134,109); }
div.DivClassName
{
background-color: #EC866D;
}
.BgClassName
{
background-color: #EC866D;
}
</style>
border-color css
<style>
span { border-color: #EC866D; }
span { border-color: rgb(236,134,109); }
td.TdClassName
{
border-color: #EC866D;
}
.TagClassName
{
border-color: #EC866D;
}
</style>