Shades of New York Pink #E48876
Tints of New York Pink #E48876
RGB
CMYK
RGB Variations
Color information
#E48876 (or 0xE48876) is known color: New York Pink. HEX triplet: E4, 88 and 76. RGB value is (228,136,118). Sum of RGB (Red+Green+Blue) = 228+136+118=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E48876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48876 is #1B7789. Grayscale: #A1A1A1. Windows color (decimal): -1800074 or 7768292. OLE color: 7768292.
HSL color Cylindrical-coordinate representation of color #E48876: hue angle of 9.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E48876 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 118 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.11 |
| HSL | 9.82º | 0.67% | 0.68% | - |
| HSV(B) | 9.82º | 0.48% | 0.89% | - |
| XYZ | 44.07 | 35.41 | 21.65 | - |
| YUV | 161.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 118 | 0 | 0.40 | 0.48 | 0.11 | 9.82 | 0.67 | 0.68 |
| Hex | E4 | 88 | 76 | 0 | 28 | 30 | B | A | 43 | 44 |
| Octal | 344 | 210 | 166 | 0 | 50 | 60 | 13 | 12 | 103 | 104 |
| Binary | 11100100 | 10001000 | 1110110 | 0 | 101000 | 110000 | 1011 | 1010 | 1000011 | 1000100 |
Color Harmonies of #E48876
Complementary color
Monochromatic Colors of #E48876
Black with #E48876
Text Example
Text Example
White with #E48876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48876; }
p { color: rgb(228,136,118); }
H1.HeaderClassName
{
color: #E48876;
}
.AnyTagClassName
{
color: #E48876;
}
</style>
background-color css
<style>
a { background-color: #E48876; }
a { background-color: rgb(228,136,118); }
div.DivClassName
{
background-color: #E48876;
}
.BgClassName
{
background-color: #E48876;
}
</style>
border-color css
<style>
span { border-color: #E48876; }
span { border-color: rgb(228,136,118); }
td.TdClassName
{
border-color: #E48876;
}
.TagClassName
{
border-color: #E48876;
}
</style>