Shades of New York Pink #E58979
Tints of New York Pink #E58979
RGB
CMYK
RGB Variations
Color information
#E58979 (or 0xE58979) is known color: New York Pink. HEX triplet: E5, 89 and 79. RGB value is (229,137,121). Sum of RGB (Red+Green+Blue) = 229+137+121=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E58979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58979 is #1A7686. Grayscale: #A2A2A2. Windows color (decimal): -1734279 or 7965157. OLE color: 7965157.
HSL color Cylindrical-coordinate representation of color #E58979: hue angle of 8.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E58979 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 121 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.10 |
| HSL | 8.89º | 0.68% | 0.69% | - |
| HSV(B) | 8.89º | 0.47% | 0.9% | - |
| XYZ | 44.71 | 35.93 | 22.67 | - |
| YUV | 162.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 121 | 0 | 0.40 | 0.47 | 0.10 | 8.89 | 0.68 | 0.69 |
| Hex | E5 | 89 | 79 | 0 | 28 | 2F | A | 9 | 44 | 45 |
| Octal | 345 | 211 | 171 | 0 | 50 | 57 | 12 | 11 | 104 | 105 |
| Binary | 11100101 | 10001001 | 1111001 | 0 | 101000 | 101111 | 1010 | 1001 | 1000100 | 1000101 |
Color Harmonies of #E58979
Complementary color
Monochromatic Colors of #E58979
Black with #E58979
Text Example
Text Example
White with #E58979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58979; }
p { color: rgb(229,137,121); }
H1.HeaderClassName
{
color: #E58979;
}
.AnyTagClassName
{
color: #E58979;
}
</style>
background-color css
<style>
a { background-color: #E58979; }
a { background-color: rgb(229,137,121); }
div.DivClassName
{
background-color: #E58979;
}
.BgClassName
{
background-color: #E58979;
}
</style>
border-color css
<style>
span { border-color: #E58979; }
span { border-color: rgb(229,137,121); }
td.TdClassName
{
border-color: #E58979;
}
.TagClassName
{
border-color: #E58979;
}
</style>