Shades of New York Pink #E48871
Tints of New York Pink #E48871
RGB
CMYK
RGB Variations
Color information
#E48871 (or 0xE48871) is known color: New York Pink. HEX triplet: E4, 88 and 71. RGB value is (228,136,113). Sum of RGB (Red+Green+Blue) = 228+136+113=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48871 is #1B778E. Grayscale: #A1A1A1. Windows color (decimal): -1800079 or 7440612. OLE color: 7440612.
HSL color Cylindrical-coordinate representation of color #E48871: hue angle of 12º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E48871 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 113 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.11 |
| HSL | 12º | 0.68% | 0.67% | - |
| HSV(B) | 12º | 0.5% | 0.89% | - |
| XYZ | 43.78 | 35.29 | 20.13 | - |
| YUV | 160.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 113 | 0 | 0.40 | 0.50 | 0.11 | 12 | 0.68 | 0.67 |
| Hex | E4 | 88 | 71 | 0 | 28 | 32 | B | C | 44 | 43 |
| Octal | 344 | 210 | 161 | 0 | 50 | 62 | 13 | 14 | 104 | 103 |
| Binary | 11100100 | 10001000 | 1110001 | 0 | 101000 | 110010 | 1011 | 1100 | 1000100 | 1000011 |
Color Harmonies of #E48871
Complementary color
Monochromatic Colors of #E48871
Black with #E48871
Text Example
Text Example
White with #E48871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48871; }
p { color: rgb(228,136,113); }
H1.HeaderClassName
{
color: #E48871;
}
.AnyTagClassName
{
color: #E48871;
}
</style>
background-color css
<style>
a { background-color: #E48871; }
a { background-color: rgb(228,136,113); }
div.DivClassName
{
background-color: #E48871;
}
.BgClassName
{
background-color: #E48871;
}
</style>
border-color css
<style>
span { border-color: #E48871; }
span { border-color: rgb(228,136,113); }
td.TdClassName
{
border-color: #E48871;
}
.TagClassName
{
border-color: #E48871;
}
</style>