Shades of New York Pink #EC8569
Tints of New York Pink #EC8569
RGB
CMYK
RGB Variations
Color information
#EC8569 (or 0xEC8569) is known color: New York Pink. HEX triplet: EC, 85 and 69. RGB value is (236,133,105). Sum of RGB (Red+Green+Blue) = 236+133+105=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8569 is #137A96. Grayscale: #A0A0A0. Windows color (decimal): -1276567 or 6915564. OLE color: 6915564.
HSL color Cylindrical-coordinate representation of color #EC8569: hue angle of 12.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8569 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 105 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 12.82º | 0.78% | 0.67% | - |
| HSV(B) | 12.82º | 0.56% | 0.93% | - |
| XYZ | 45.53 | 35.63 | 17.84 | - |
| YUV | 160.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 105 | 0 | 0.44 | 0.56 | 0.07 | 12.82 | 0.78 | 0.67 |
| Hex | EC | 85 | 69 | 0 | 2C | 38 | 7 | D | 4E | 43 |
| Octal | 354 | 205 | 151 | 0 | 54 | 70 | 7 | 15 | 116 | 103 |
| Binary | 11101100 | 10000101 | 1101001 | 0 | 101100 | 111000 | 111 | 1101 | 1001110 | 1000011 |
Color Harmonies of #EC8569
Complementary color
Monochromatic Colors of #EC8569
Black with #EC8569
Text Example
Text Example
White with #EC8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8569; }
p { color: rgb(236,133,105); }
H1.HeaderClassName
{
color: #EC8569;
}
.AnyTagClassName
{
color: #EC8569;
}
</style>
background-color css
<style>
a { background-color: #EC8569; }
a { background-color: rgb(236,133,105); }
div.DivClassName
{
background-color: #EC8569;
}
.BgClassName
{
background-color: #EC8569;
}
</style>
border-color css
<style>
span { border-color: #EC8569; }
span { border-color: rgb(236,133,105); }
td.TdClassName
{
border-color: #EC8569;
}
.TagClassName
{
border-color: #EC8569;
}
</style>