Shades of New York Pink #EC886F
Tints of New York Pink #EC886F
RGB
CMYK
RGB Variations
Color information
#EC886F (or 0xEC886F) is known color: New York Pink. HEX triplet: EC, 88 and 6F. RGB value is (236,136,111). Sum of RGB (Red+Green+Blue) = 236+136+111=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC886F is #137790. Grayscale: #A3A3A3. Windows color (decimal): -1275793 or 7309548. OLE color: 7309548.
HSL color Cylindrical-coordinate representation of color #EC886F: hue angle of 12º 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 #EC886F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 111 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.07 |
| HSL | 12º | 0.77% | 0.68% | - |
| HSV(B) | 12º | 0.53% | 0.93% | - |
| XYZ | 46.27 | 36.59 | 19.66 | - |
| YUV | 163.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 111 | 0 | 0.42 | 0.53 | 0.07 | 12 | 0.77 | 0.68 |
| Hex | EC | 88 | 6F | 0 | 2A | 35 | 7 | C | 4D | 44 |
| Octal | 354 | 210 | 157 | 0 | 52 | 65 | 7 | 14 | 115 | 104 |
| Binary | 11101100 | 10001000 | 1101111 | 0 | 101010 | 110101 | 111 | 1100 | 1001101 | 1000100 |
Color Harmonies of #EC886F
Complementary color
Monochromatic Colors of #EC886F
Black with #EC886F
Text Example
Text Example
White with #EC886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC886F; }
p { color: rgb(236,136,111); }
H1.HeaderClassName
{
color: #EC886F;
}
.AnyTagClassName
{
color: #EC886F;
}
</style>
background-color css
<style>
a { background-color: #EC886F; }
a { background-color: rgb(236,136,111); }
div.DivClassName
{
background-color: #EC886F;
}
.BgClassName
{
background-color: #EC886F;
}
</style>
border-color css
<style>
span { border-color: #EC886F; }
span { border-color: rgb(236,136,111); }
td.TdClassName
{
border-color: #EC886F;
}
.TagClassName
{
border-color: #EC886F;
}
</style>