Shades of New York Pink #E58975
Tints of New York Pink #E58975
RGB
CMYK
RGB Variations
Color information
#E58975 (or 0xE58975) is known color: New York Pink. HEX triplet: E5, 89 and 75. RGB value is (229,137,117). Sum of RGB (Red+Green+Blue) = 229+137+117=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E58975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58975 is #1A768A. Grayscale: #A2A2A2. Windows color (decimal): -1734283 or 7703013. OLE color: 7703013.
HSL color Cylindrical-coordinate representation of color #E58975: hue angle of 10.71º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E58975 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 117 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.10 |
| HSL | 10.71º | 0.68% | 0.68% | - |
| HSV(B) | 10.71º | 0.49% | 0.9% | - |
| XYZ | 44.47 | 35.83 | 21.4 | - |
| YUV | 162.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 117 | 0 | 0.40 | 0.49 | 0.10 | 10.71 | 0.68 | 0.68 |
| Hex | E5 | 89 | 75 | 0 | 28 | 31 | A | B | 44 | 44 |
| Octal | 345 | 211 | 165 | 0 | 50 | 61 | 12 | 13 | 104 | 104 |
| Binary | 11100101 | 10001001 | 1110101 | 0 | 101000 | 110001 | 1010 | 1011 | 1000100 | 1000100 |
Color Harmonies of #E58975
Complementary color
Monochromatic Colors of #E58975
Black with #E58975
Text Example
Text Example
White with #E58975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58975; }
p { color: rgb(229,137,117); }
H1.HeaderClassName
{
color: #E58975;
}
.AnyTagClassName
{
color: #E58975;
}
</style>
background-color css
<style>
a { background-color: #E58975; }
a { background-color: rgb(229,137,117); }
div.DivClassName
{
background-color: #E58975;
}
.BgClassName
{
background-color: #E58975;
}
</style>
border-color css
<style>
span { border-color: #E58975; }
span { border-color: rgb(229,137,117); }
td.TdClassName
{
border-color: #E58975;
}
.TagClassName
{
border-color: #E58975;
}
</style>