Shades of New York Pink #EC856A
Tints of New York Pink #EC856A
RGB
CMYK
RGB Variations
Color information
#EC856A (or 0xEC856A) is known color: New York Pink. HEX triplet: EC, 85 and 6A. RGB value is (236,133,106). Sum of RGB (Red+Green+Blue) = 236+133+106=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC856A is #137A95. Grayscale: #A0A0A0. Windows color (decimal): -1276566 or 6981100. OLE color: 6981100.
HSL color Cylindrical-coordinate representation of color #EC856A: hue angle of 12.46º 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 #EC856A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 106 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 12.46º | 0.77% | 0.67% | - |
| HSV(B) | 12.46º | 0.55% | 0.93% | - |
| XYZ | 45.58 | 35.65 | 18.11 | - |
| YUV | 160.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 106 | 0 | 0.44 | 0.55 | 0.07 | 12.46 | 0.77 | 0.67 |
| Hex | EC | 85 | 6A | 0 | 2C | 37 | 7 | C | 4D | 43 |
| Octal | 354 | 205 | 152 | 0 | 54 | 67 | 7 | 14 | 115 | 103 |
| Binary | 11101100 | 10000101 | 1101010 | 0 | 101100 | 110111 | 111 | 1100 | 1001101 | 1000011 |
Color Harmonies of #EC856A
Complementary color
Monochromatic Colors of #EC856A
Black with #EC856A
Text Example
Text Example
White with #EC856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC856A; }
p { color: rgb(236,133,106); }
H1.HeaderClassName
{
color: #EC856A;
}
.AnyTagClassName
{
color: #EC856A;
}
</style>
background-color css
<style>
a { background-color: #EC856A; }
a { background-color: rgb(236,133,106); }
div.DivClassName
{
background-color: #EC856A;
}
.BgClassName
{
background-color: #EC856A;
}
</style>
border-color css
<style>
span { border-color: #EC856A; }
span { border-color: rgb(236,133,106); }
td.TdClassName
{
border-color: #EC856A;
}
.TagClassName
{
border-color: #EC856A;
}
</style>