Shades of New York Pink #EA8471
Tints of New York Pink #EA8471
RGB
CMYK
RGB Variations
Color information
#EA8471 (or 0xEA8471) is known color: New York Pink. HEX triplet: EA, 84 and 71. RGB value is (234,132,113). Sum of RGB (Red+Green+Blue) = 234+132+113=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8471 is #157B8E. Grayscale: #A0A0A0. Windows color (decimal): -1407887 or 7439594. OLE color: 7439594.
HSL color Cylindrical-coordinate representation of color #EA8471: hue angle of 9.42º 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 #EA8471 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 113 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.08 |
| HSL | 9.42º | 0.74% | 0.68% | - |
| HSV(B) | 9.42º | 0.52% | 0.92% | - |
| XYZ | 45.16 | 35.19 | 20.03 | - |
| YUV | 160.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 113 | 0 | 0.44 | 0.52 | 0.08 | 9.42 | 0.74 | 0.68 |
| Hex | EA | 84 | 71 | 0 | 2C | 34 | 8 | 9 | 4A | 44 |
| Octal | 352 | 204 | 161 | 0 | 54 | 64 | 10 | 11 | 112 | 104 |
| Binary | 11101010 | 10000100 | 1110001 | 0 | 101100 | 110100 | 1000 | 1001 | 1001010 | 1000100 |
Color Harmonies of #EA8471
Complementary color
Monochromatic Colors of #EA8471
Black with #EA8471
Text Example
Text Example
White with #EA8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8471; }
p { color: rgb(234,132,113); }
H1.HeaderClassName
{
color: #EA8471;
}
.AnyTagClassName
{
color: #EA8471;
}
</style>
background-color css
<style>
a { background-color: #EA8471; }
a { background-color: rgb(234,132,113); }
div.DivClassName
{
background-color: #EA8471;
}
.BgClassName
{
background-color: #EA8471;
}
</style>
border-color css
<style>
span { border-color: #EA8471; }
span { border-color: rgb(234,132,113); }
td.TdClassName
{
border-color: #EA8471;
}
.TagClassName
{
border-color: #EA8471;
}
</style>