Shades of New York Pink #E98470
Tints of New York Pink #E98470
RGB
CMYK
RGB Variations
Color information
#E98470 (or 0xE98470) is known color: New York Pink. HEX triplet: E9, 84 and 70. RGB value is (233,132,112). Sum of RGB (Red+Green+Blue) = 233+132+112=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E98470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98470 is #167B8F. Grayscale: #A0A0A0. Windows color (decimal): -1473424 or 7374057. OLE color: 7374057.
HSL color Cylindrical-coordinate representation of color #E98470: hue angle of 9.92º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E98470 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 112 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.09 |
| HSL | 9.92º | 0.73% | 0.68% | - |
| HSV(B) | 9.92º | 0.52% | 0.91% | - |
| XYZ | 44.78 | 35 | 19.72 | - |
| YUV | 159.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 112 | 0 | 0.43 | 0.52 | 0.09 | 9.92 | 0.73 | 0.68 |
| Hex | E9 | 84 | 70 | 0 | 2B | 34 | 9 | A | 49 | 44 |
| Octal | 351 | 204 | 160 | 0 | 53 | 64 | 11 | 12 | 111 | 104 |
| Binary | 11101001 | 10000100 | 1110000 | 0 | 101011 | 110100 | 1001 | 1010 | 1001001 | 1000100 |
Color Harmonies of #E98470
Complementary color
Monochromatic Colors of #E98470
Black with #E98470
Text Example
Text Example
White with #E98470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98470; }
p { color: rgb(233,132,112); }
H1.HeaderClassName
{
color: #E98470;
}
.AnyTagClassName
{
color: #E98470;
}
</style>
background-color css
<style>
a { background-color: #E98470; }
a { background-color: rgb(233,132,112); }
div.DivClassName
{
background-color: #E98470;
}
.BgClassName
{
background-color: #E98470;
}
</style>
border-color css
<style>
span { border-color: #E98470; }
span { border-color: rgb(233,132,112); }
td.TdClassName
{
border-color: #E98470;
}
.TagClassName
{
border-color: #E98470;
}
</style>