Shades of New York Pink #E48A76
Tints of New York Pink #E48A76
RGB
CMYK
RGB Variations
Color information
#E48A76 (or 0xE48A76) is known color: New York Pink. HEX triplet: E4, 8A and 76. RGB value is (228,138,118). Sum of RGB (Red+Green+Blue) = 228+138+118=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A76 is #1B7589. Grayscale: #A2A2A2. Windows color (decimal): -1799562 or 7768804. OLE color: 7768804.
HSL color Cylindrical-coordinate representation of color #E48A76: hue angle of 10.91º 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 #E48A76 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 118 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.11 |
| HSL | 10.91º | 0.67% | 0.68% | - |
| HSV(B) | 10.91º | 0.48% | 0.89% | - |
| XYZ | 44.35 | 35.98 | 21.75 | - |
| YUV | 162.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 118 | 0 | 0.39 | 0.48 | 0.11 | 10.91 | 0.67 | 0.68 |
| Hex | E4 | 8A | 76 | 0 | 27 | 30 | B | B | 43 | 44 |
| Octal | 344 | 212 | 166 | 0 | 47 | 60 | 13 | 13 | 103 | 104 |
| Binary | 11100100 | 10001010 | 1110110 | 0 | 100111 | 110000 | 1011 | 1011 | 1000011 | 1000100 |
Color Harmonies of #E48A76
Complementary color
Monochromatic Colors of #E48A76
Black with #E48A76
Text Example
Text Example
White with #E48A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A76; }
p { color: rgb(228,138,118); }
H1.HeaderClassName
{
color: #E48A76;
}
.AnyTagClassName
{
color: #E48A76;
}
</style>
background-color css
<style>
a { background-color: #E48A76; }
a { background-color: rgb(228,138,118); }
div.DivClassName
{
background-color: #E48A76;
}
.BgClassName
{
background-color: #E48A76;
}
</style>
border-color css
<style>
span { border-color: #E48A76; }
span { border-color: rgb(228,138,118); }
td.TdClassName
{
border-color: #E48A76;
}
.TagClassName
{
border-color: #E48A76;
}
</style>