Shades of New York Pink #EA8166
Tints of New York Pink #EA8166
RGB
CMYK
RGB Variations
Color information
#EA8166 (or 0xEA8166) is known color: New York Pink. HEX triplet: EA, 81 and 66. RGB value is (234,129,102). Sum of RGB (Red+Green+Blue) = 234+129+102=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8166 is #157E99. Grayscale: #9D9D9D. Windows color (decimal): -1408666 or 6717930. OLE color: 6717930.
HSL color Cylindrical-coordinate representation of color #EA8166: hue angle of 12.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA8166 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 102 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.08 |
| HSL | 12.27º | 0.76% | 0.66% | - |
| HSV(B) | 12.27º | 0.56% | 0.92% | - |
| XYZ | 44.18 | 34.15 | 16.83 | - |
| YUV | 157.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 102 | 0 | 0.45 | 0.56 | 0.08 | 12.27 | 0.76 | 0.66 |
| Hex | EA | 81 | 66 | 0 | 2D | 38 | 8 | C | 4C | 42 |
| Octal | 352 | 201 | 146 | 0 | 55 | 70 | 10 | 14 | 114 | 102 |
| Binary | 11101010 | 10000001 | 1100110 | 0 | 101101 | 111000 | 1000 | 1100 | 1001100 | 1000010 |
Color Harmonies of #EA8166
Complementary color
Monochromatic Colors of #EA8166
Black with #EA8166
Text Example
Text Example
White with #EA8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8166; }
p { color: rgb(234,129,102); }
H1.HeaderClassName
{
color: #EA8166;
}
.AnyTagClassName
{
color: #EA8166;
}
</style>
background-color css
<style>
a { background-color: #EA8166; }
a { background-color: rgb(234,129,102); }
div.DivClassName
{
background-color: #EA8166;
}
.BgClassName
{
background-color: #EA8166;
}
</style>
border-color css
<style>
span { border-color: #EA8166; }
span { border-color: rgb(234,129,102); }
td.TdClassName
{
border-color: #EA8166;
}
.TagClassName
{
border-color: #EA8166;
}
</style>