Shades of New York Pink #EA8672
Tints of New York Pink #EA8672
RGB
CMYK
RGB Variations
Color information
#EA8672 (or 0xEA8672) is known color: New York Pink. HEX triplet: EA, 86 and 72. RGB value is (234,134,114). Sum of RGB (Red+Green+Blue) = 234+134+114=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8672 is #15798D. Grayscale: #A1A1A1. Windows color (decimal): -1407374 or 7505642. OLE color: 7505642.
HSL color Cylindrical-coordinate representation of color #EA8672: hue angle of 10º 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 #EA8672 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 114 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.08 |
| HSL | 10º | 0.74% | 0.68% | - |
| HSV(B) | 10º | 0.51% | 0.92% | - |
| XYZ | 45.49 | 35.76 | 20.42 | - |
| YUV | 161.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 114 | 0 | 0.43 | 0.51 | 0.08 | 10 | 0.74 | 0.68 |
| Hex | EA | 86 | 72 | 0 | 2B | 33 | 8 | A | 4A | 44 |
| Octal | 352 | 206 | 162 | 0 | 53 | 63 | 10 | 12 | 112 | 104 |
| Binary | 11101010 | 10000110 | 1110010 | 0 | 101011 | 110011 | 1000 | 1010 | 1001010 | 1000100 |
Color Harmonies of #EA8672
Complementary color
Monochromatic Colors of #EA8672
Black with #EA8672
Text Example
Text Example
White with #EA8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8672; }
p { color: rgb(234,134,114); }
H1.HeaderClassName
{
color: #EA8672;
}
.AnyTagClassName
{
color: #EA8672;
}
</style>
background-color css
<style>
a { background-color: #EA8672; }
a { background-color: rgb(234,134,114); }
div.DivClassName
{
background-color: #EA8672;
}
.BgClassName
{
background-color: #EA8672;
}
</style>
border-color css
<style>
span { border-color: #EA8672; }
span { border-color: rgb(234,134,114); }
td.TdClassName
{
border-color: #EA8672;
}
.TagClassName
{
border-color: #EA8672;
}
</style>