Shades of New York Pink #EA8873
Tints of New York Pink #EA8873
RGB
CMYK
RGB Variations
Color information
#EA8873 (or 0xEA8873) is known color: New York Pink. HEX triplet: EA, 88 and 73. RGB value is (234,136,115). Sum of RGB (Red+Green+Blue) = 234+136+115=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8873 is #15778C. Grayscale: #A3A3A3. Windows color (decimal): -1406861 or 7571690. OLE color: 7571690.
HSL color Cylindrical-coordinate representation of color #EA8873: hue angle of 10.59º 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 #EA8873 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 115 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.08 |
| HSL | 10.59º | 0.74% | 0.68% | - |
| HSV(B) | 10.59º | 0.51% | 0.92% | - |
| XYZ | 45.83 | 36.34 | 20.82 | - |
| YUV | 162.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 115 | 0 | 0.42 | 0.51 | 0.08 | 10.59 | 0.74 | 0.68 |
| Hex | EA | 88 | 73 | 0 | 2A | 33 | 8 | B | 4A | 44 |
| Octal | 352 | 210 | 163 | 0 | 52 | 63 | 10 | 13 | 112 | 104 |
| Binary | 11101010 | 10001000 | 1110011 | 0 | 101010 | 110011 | 1000 | 1011 | 1001010 | 1000100 |
Color Harmonies of #EA8873
Complementary color
Monochromatic Colors of #EA8873
Black with #EA8873
Text Example
Text Example
White with #EA8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8873; }
p { color: rgb(234,136,115); }
H1.HeaderClassName
{
color: #EA8873;
}
.AnyTagClassName
{
color: #EA8873;
}
</style>
background-color css
<style>
a { background-color: #EA8873; }
a { background-color: rgb(234,136,115); }
div.DivClassName
{
background-color: #EA8873;
}
.BgClassName
{
background-color: #EA8873;
}
</style>
border-color css
<style>
span { border-color: #EA8873; }
span { border-color: rgb(234,136,115); }
td.TdClassName
{
border-color: #EA8873;
}
.TagClassName
{
border-color: #EA8873;
}
</style>