Shades of New York Pink #EC866B
Tints of New York Pink #EC866B
RGB
CMYK
RGB Variations
Color information
#EC866B (or 0xEC866B) is known color: New York Pink. HEX triplet: EC, 86 and 6B. RGB value is (236,134,107). Sum of RGB (Red+Green+Blue) = 236+134+107=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866B is #137994. Grayscale: #A1A1A1. Windows color (decimal): -1276309 or 7046892. OLE color: 7046892.
HSL color Cylindrical-coordinate representation of color #EC866B: hue angle of 12.56º 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 #EC866B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 107 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.07 |
| HSL | 12.56º | 0.77% | 0.67% | - |
| HSV(B) | 12.56º | 0.55% | 0.93% | - |
| XYZ | 45.77 | 35.94 | 18.44 | - |
| YUV | 161.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 107 | 0 | 0.43 | 0.55 | 0.07 | 12.56 | 0.77 | 0.67 |
| Hex | EC | 86 | 6B | 0 | 2B | 37 | 7 | D | 4D | 43 |
| Octal | 354 | 206 | 153 | 0 | 53 | 67 | 7 | 15 | 115 | 103 |
| Binary | 11101100 | 10000110 | 1101011 | 0 | 101011 | 110111 | 111 | 1101 | 1001101 | 1000011 |
Color Harmonies of #EC866B
Complementary color
Monochromatic Colors of #EC866B
Black with #EC866B
Text Example
Text Example
White with #EC866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC866B; }
p { color: rgb(236,134,107); }
H1.HeaderClassName
{
color: #EC866B;
}
.AnyTagClassName
{
color: #EC866B;
}
</style>
background-color css
<style>
a { background-color: #EC866B; }
a { background-color: rgb(236,134,107); }
div.DivClassName
{
background-color: #EC866B;
}
.BgClassName
{
background-color: #EC866B;
}
</style>
border-color css
<style>
span { border-color: #EC866B; }
span { border-color: rgb(236,134,107); }
td.TdClassName
{
border-color: #EC866B;
}
.TagClassName
{
border-color: #EC866B;
}
</style>