Shades of New York Pink #E48970
Tints of New York Pink #E48970
RGB
CMYK
RGB Variations
Color information
#E48970 (or 0xE48970) is known color: New York Pink. HEX triplet: E4, 89 and 70. RGB value is (228,137,112). Sum of RGB (Red+Green+Blue) = 228+137+112=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48970 is #1B768F. Grayscale: #A1A1A1. Windows color (decimal): -1799824 or 7375332. OLE color: 7375332.
HSL color Cylindrical-coordinate representation of color #E48970: hue angle of 12.93º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E48970 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 112 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.11 |
| HSL | 12.93º | 0.68% | 0.67% | - |
| HSV(B) | 12.93º | 0.51% | 0.89% | - |
| XYZ | 43.87 | 35.56 | 19.88 | - |
| YUV | 161.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 112 | 0 | 0.40 | 0.51 | 0.11 | 12.93 | 0.68 | 0.67 |
| Hex | E4 | 89 | 70 | 0 | 28 | 33 | B | D | 44 | 43 |
| Octal | 344 | 211 | 160 | 0 | 50 | 63 | 13 | 15 | 104 | 103 |
| Binary | 11100100 | 10001001 | 1110000 | 0 | 101000 | 110011 | 1011 | 1101 | 1000100 | 1000011 |
Color Harmonies of #E48970
Complementary color
Monochromatic Colors of #E48970
Black with #E48970
Text Example
Text Example
White with #E48970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48970; }
p { color: rgb(228,137,112); }
H1.HeaderClassName
{
color: #E48970;
}
.AnyTagClassName
{
color: #E48970;
}
</style>
background-color css
<style>
a { background-color: #E48970; }
a { background-color: rgb(228,137,112); }
div.DivClassName
{
background-color: #E48970;
}
.BgClassName
{
background-color: #E48970;
}
</style>
border-color css
<style>
span { border-color: #E48970; }
span { border-color: rgb(228,137,112); }
td.TdClassName
{
border-color: #E48970;
}
.TagClassName
{
border-color: #E48970;
}
</style>