Shades of New York Pink #E58577
Tints of New York Pink #E58577
RGB
CMYK
RGB Variations
Color information
#E58577 (or 0xE58577) is known color: New York Pink. HEX triplet: E5, 85 and 77. RGB value is (229,133,119). Sum of RGB (Red+Green+Blue) = 229+133+119=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E58577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58577 is #1A7A88. Grayscale: #A0A0A0. Windows color (decimal): -1735305 or 7833061. OLE color: 7833061.
HSL color Cylindrical-coordinate representation of color #E58577: hue angle of 7.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E58577 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 119 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.10 |
| HSL | 7.64º | 0.68% | 0.68% | - |
| HSV(B) | 7.64º | 0.48% | 0.9% | - |
| XYZ | 44.03 | 34.76 | 21.84 | - |
| YUV | 160.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 119 | 0 | 0.42 | 0.48 | 0.10 | 7.64 | 0.68 | 0.68 |
| Hex | E5 | 85 | 77 | 0 | 2A | 30 | A | 8 | 44 | 44 |
| Octal | 345 | 205 | 167 | 0 | 52 | 60 | 12 | 10 | 104 | 104 |
| Binary | 11100101 | 10000101 | 1110111 | 0 | 101010 | 110000 | 1010 | 1000 | 1000100 | 1000100 |
Color Harmonies of #E58577
Complementary color
Monochromatic Colors of #E58577
Black with #E58577
Text Example
Text Example
White with #E58577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58577; }
p { color: rgb(229,133,119); }
H1.HeaderClassName
{
color: #E58577;
}
.AnyTagClassName
{
color: #E58577;
}
</style>
background-color css
<style>
a { background-color: #E58577; }
a { background-color: rgb(229,133,119); }
div.DivClassName
{
background-color: #E58577;
}
.BgClassName
{
background-color: #E58577;
}
</style>
border-color css
<style>
span { border-color: #E58577; }
span { border-color: rgb(229,133,119); }
td.TdClassName
{
border-color: #E58577;
}
.TagClassName
{
border-color: #E58577;
}
</style>