Shades of New York Pink #EA866E
Tints of New York Pink #EA866E
RGB
CMYK
RGB Variations
Color information
#EA866E (or 0xEA866E) is known color: New York Pink. HEX triplet: EA, 86 and 6E. RGB value is (234,134,110). Sum of RGB (Red+Green+Blue) = 234+134+110=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA866E is #157991. Grayscale: #A1A1A1. Windows color (decimal): -1407378 or 7243498. OLE color: 7243498.
HSL color Cylindrical-coordinate representation of color #EA866E: hue angle of 11.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA866E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 110 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.08 |
| HSL | 11.61º | 0.75% | 0.67% | - |
| HSV(B) | 11.61º | 0.53% | 0.92% | - |
| XYZ | 45.27 | 35.67 | 19.25 | - |
| YUV | 161.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 110 | 0 | 0.43 | 0.53 | 0.08 | 11.61 | 0.75 | 0.67 |
| Hex | EA | 86 | 6E | 0 | 2B | 35 | 8 | C | 4B | 43 |
| Octal | 352 | 206 | 156 | 0 | 53 | 65 | 10 | 14 | 113 | 103 |
| Binary | 11101010 | 10000110 | 1101110 | 0 | 101011 | 110101 | 1000 | 1100 | 1001011 | 1000011 |
Color Harmonies of #EA866E
Complementary color
Monochromatic Colors of #EA866E
Black with #EA866E
Text Example
Text Example
White with #EA866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA866E; }
p { color: rgb(234,134,110); }
H1.HeaderClassName
{
color: #EA866E;
}
.AnyTagClassName
{
color: #EA866E;
}
</style>
background-color css
<style>
a { background-color: #EA866E; }
a { background-color: rgb(234,134,110); }
div.DivClassName
{
background-color: #EA866E;
}
.BgClassName
{
background-color: #EA866E;
}
</style>
border-color css
<style>
span { border-color: #EA866E; }
span { border-color: rgb(234,134,110); }
td.TdClassName
{
border-color: #EA866E;
}
.TagClassName
{
border-color: #EA866E;
}
</style>