Shades of New York Pink #EA8470
Tints of New York Pink #EA8470
RGB
CMYK
RGB Variations
Color information
#EA8470 (or 0xEA8470) is known color: New York Pink. HEX triplet: EA, 84 and 70. RGB value is (234,132,112). Sum of RGB (Red+Green+Blue) = 234+132+112=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8470 is #157B8F. Grayscale: #A0A0A0. Windows color (decimal): -1407888 or 7374058. OLE color: 7374058.
HSL color Cylindrical-coordinate representation of color #EA8470: hue angle of 9.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8470 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 112 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.08 |
| HSL | 9.84º | 0.74% | 0.68% | - |
| HSV(B) | 9.84º | 0.52% | 0.92% | - |
| XYZ | 45.11 | 35.16 | 19.74 | - |
| YUV | 160.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 112 | 0 | 0.44 | 0.52 | 0.08 | 9.84 | 0.74 | 0.68 |
| Hex | EA | 84 | 70 | 0 | 2C | 34 | 8 | A | 4A | 44 |
| Octal | 352 | 204 | 160 | 0 | 54 | 64 | 10 | 12 | 112 | 104 |
| Binary | 11101010 | 10000100 | 1110000 | 0 | 101100 | 110100 | 1000 | 1010 | 1001010 | 1000100 |
Color Harmonies of #EA8470
Complementary color
Monochromatic Colors of #EA8470
Black with #EA8470
Text Example
Text Example
White with #EA8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8470; }
p { color: rgb(234,132,112); }
H1.HeaderClassName
{
color: #EA8470;
}
.AnyTagClassName
{
color: #EA8470;
}
</style>
background-color css
<style>
a { background-color: #EA8470; }
a { background-color: rgb(234,132,112); }
div.DivClassName
{
background-color: #EA8470;
}
.BgClassName
{
background-color: #EA8470;
}
</style>
border-color css
<style>
span { border-color: #EA8470; }
span { border-color: rgb(234,132,112); }
td.TdClassName
{
border-color: #EA8470;
}
.TagClassName
{
border-color: #EA8470;
}
</style>