Shades of New York Pink #EB8166
Tints of New York Pink #EB8166
RGB
CMYK
RGB Variations
Color information
#EB8166 (or 0xEB8166) is known color: New York Pink. HEX triplet: EB, 81 and 66. RGB value is (235,129,102). Sum of RGB (Red+Green+Blue) = 235+129+102=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8166 is #147E99. Grayscale: #9D9D9D. Windows color (decimal): -1343130 or 6717931. OLE color: 6717931.
HSL color Cylindrical-coordinate representation of color #EB8166: hue angle of 12.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8166 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 102 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.08 |
| HSL | 12.18º | 0.77% | 0.66% | - |
| HSV(B) | 12.18º | 0.57% | 0.92% | - |
| XYZ | 44.51 | 34.32 | 16.85 | - |
| YUV | 157.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 102 | 0 | 0.45 | 0.57 | 0.08 | 12.18 | 0.77 | 0.66 |
| Hex | EB | 81 | 66 | 0 | 2D | 39 | 8 | C | 4D | 42 |
| Octal | 353 | 201 | 146 | 0 | 55 | 71 | 10 | 14 | 115 | 102 |
| Binary | 11101011 | 10000001 | 1100110 | 0 | 101101 | 111001 | 1000 | 1100 | 1001101 | 1000010 |
Color Harmonies of #EB8166
Complementary color
Monochromatic Colors of #EB8166
Black with #EB8166
Text Example
Text Example
White with #EB8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8166; }
p { color: rgb(235,129,102); }
H1.HeaderClassName
{
color: #EB8166;
}
.AnyTagClassName
{
color: #EB8166;
}
</style>
background-color css
<style>
a { background-color: #EB8166; }
a { background-color: rgb(235,129,102); }
div.DivClassName
{
background-color: #EB8166;
}
.BgClassName
{
background-color: #EB8166;
}
</style>
border-color css
<style>
span { border-color: #EB8166; }
span { border-color: rgb(235,129,102); }
td.TdClassName
{
border-color: #EB8166;
}
.TagClassName
{
border-color: #EB8166;
}
</style>