Shades of New York Pink #E58471
Tints of New York Pink #E58471
RGB
CMYK
RGB Variations
Color information
#E58471 (or 0xE58471) is known color: New York Pink. HEX triplet: E5, 84 and 71. RGB value is (229,132,113). Sum of RGB (Red+Green+Blue) = 229+132+113=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E58471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58471 is #1A7B8E. Grayscale: #9F9F9F. Windows color (decimal): -1735567 or 7439589. OLE color: 7439589.
HSL color Cylindrical-coordinate representation of color #E58471: hue angle of 9.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58471 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 113 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.10 |
| HSL | 9.83º | 0.69% | 0.67% | - |
| HSV(B) | 9.83º | 0.51% | 0.9% | - |
| XYZ | 43.55 | 34.35 | 19.96 | - |
| YUV | 158.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 113 | 0 | 0.42 | 0.51 | 0.10 | 9.83 | 0.69 | 0.67 |
| Hex | E5 | 84 | 71 | 0 | 2A | 33 | A | A | 45 | 43 |
| Octal | 345 | 204 | 161 | 0 | 52 | 63 | 12 | 12 | 105 | 103 |
| Binary | 11100101 | 10000100 | 1110001 | 0 | 101010 | 110011 | 1010 | 1010 | 1000101 | 1000011 |
Color Harmonies of #E58471
Complementary color
Monochromatic Colors of #E58471
Black with #E58471
Text Example
Text Example
White with #E58471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58471; }
p { color: rgb(229,132,113); }
H1.HeaderClassName
{
color: #E58471;
}
.AnyTagClassName
{
color: #E58471;
}
</style>
background-color css
<style>
a { background-color: #E58471; }
a { background-color: rgb(229,132,113); }
div.DivClassName
{
background-color: #E58471;
}
.BgClassName
{
background-color: #E58471;
}
</style>
border-color css
<style>
span { border-color: #E58471; }
span { border-color: rgb(229,132,113); }
td.TdClassName
{
border-color: #E58471;
}
.TagClassName
{
border-color: #E58471;
}
</style>