Shades of New York Pink #E48978
Tints of New York Pink #E48978
RGB
CMYK
RGB Variations
Color information
#E48978 (or 0xE48978) is known color: New York Pink. HEX triplet: E4, 89 and 78. RGB value is (228,137,120). Sum of RGB (Red+Green+Blue) = 228+137+120=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E48978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48978 is #1B7687. Grayscale: #A2A2A2. Windows color (decimal): -1799816 or 7899620. OLE color: 7899620.
HSL color Cylindrical-coordinate representation of color #E48978: hue angle of 9.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48978 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 120 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.11 |
| HSL | 9.44º | 0.67% | 0.68% | - |
| HSV(B) | 9.44º | 0.47% | 0.89% | - |
| XYZ | 44.33 | 35.74 | 22.33 | - |
| YUV | 162.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 120 | 0 | 0.40 | 0.47 | 0.11 | 9.44 | 0.67 | 0.68 |
| Hex | E4 | 89 | 78 | 0 | 28 | 2F | B | 9 | 43 | 44 |
| Octal | 344 | 211 | 170 | 0 | 50 | 57 | 13 | 11 | 103 | 104 |
| Binary | 11100100 | 10001001 | 1111000 | 0 | 101000 | 101111 | 1011 | 1001 | 1000011 | 1000100 |
Color Harmonies of #E48978
Complementary color
Monochromatic Colors of #E48978
Black with #E48978
Text Example
Text Example
White with #E48978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48978; }
p { color: rgb(228,137,120); }
H1.HeaderClassName
{
color: #E48978;
}
.AnyTagClassName
{
color: #E48978;
}
</style>
background-color css
<style>
a { background-color: #E48978; }
a { background-color: rgb(228,137,120); }
div.DivClassName
{
background-color: #E48978;
}
.BgClassName
{
background-color: #E48978;
}
</style>
border-color css
<style>
span { border-color: #E48978; }
span { border-color: rgb(228,137,120); }
td.TdClassName
{
border-color: #E48978;
}
.TagClassName
{
border-color: #E48978;
}
</style>