Shades of New York Pink #EA8673
Tints of New York Pink #EA8673
RGB
CMYK
RGB Variations
Color information
#EA8673 (or 0xEA8673) is known color: New York Pink. HEX triplet: EA, 86 and 73. RGB value is (234,134,115). Sum of RGB (Red+Green+Blue) = 234+134+115=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8673 is #15798C. Grayscale: #A1A1A1. Windows color (decimal): -1407373 or 7571178. OLE color: 7571178.
HSL color Cylindrical-coordinate representation of color #EA8673: hue angle of 9.58º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA8673 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 115 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.08 |
| HSL | 9.58º | 0.74% | 0.68% | - |
| HSV(B) | 9.58º | 0.51% | 0.92% | - |
| XYZ | 45.55 | 35.78 | 20.73 | - |
| YUV | 161.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 115 | 0 | 0.43 | 0.51 | 0.08 | 9.58 | 0.74 | 0.68 |
| Hex | EA | 86 | 73 | 0 | 2B | 33 | 8 | A | 4A | 44 |
| Octal | 352 | 206 | 163 | 0 | 53 | 63 | 10 | 12 | 112 | 104 |
| Binary | 11101010 | 10000110 | 1110011 | 0 | 101011 | 110011 | 1000 | 1010 | 1001010 | 1000100 |
Color Harmonies of #EA8673
Complementary color
Monochromatic Colors of #EA8673
Black with #EA8673
Text Example
Text Example
White with #EA8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8673; }
p { color: rgb(234,134,115); }
H1.HeaderClassName
{
color: #EA8673;
}
.AnyTagClassName
{
color: #EA8673;
}
</style>
background-color css
<style>
a { background-color: #EA8673; }
a { background-color: rgb(234,134,115); }
div.DivClassName
{
background-color: #EA8673;
}
.BgClassName
{
background-color: #EA8673;
}
</style>
border-color css
<style>
span { border-color: #EA8673; }
span { border-color: rgb(234,134,115); }
td.TdClassName
{
border-color: #EA8673;
}
.TagClassName
{
border-color: #EA8673;
}
</style>