Shades of New York Pink #E58375
Tints of New York Pink #E58375
RGB
CMYK
RGB Variations
Color information
#E58375 (or 0xE58375) is known color: New York Pink. HEX triplet: E5, 83 and 75. RGB value is (229,131,117). Sum of RGB (Red+Green+Blue) = 229+131+117=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58375 is #1A7C8A. Grayscale: #9E9E9E. Windows color (decimal): -1735819 or 7701477. OLE color: 7701477.
HSL color Cylindrical-coordinate representation of color #E58375: hue angle of 7.5º 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 #E58375 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 117 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.10 |
| HSL | 7.5º | 0.68% | 0.68% | - |
| HSV(B) | 7.5º | 0.49% | 0.9% | - |
| XYZ | 43.64 | 34.17 | 21.13 | - |
| YUV | 158.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 117 | 0 | 0.43 | 0.49 | 0.10 | 7.5 | 0.68 | 0.68 |
| Hex | E5 | 83 | 75 | 0 | 2B | 31 | A | 8 | 44 | 44 |
| Octal | 345 | 203 | 165 | 0 | 53 | 61 | 12 | 10 | 104 | 104 |
| Binary | 11100101 | 10000011 | 1110101 | 0 | 101011 | 110001 | 1010 | 1000 | 1000100 | 1000100 |
Color Harmonies of #E58375
Complementary color
Monochromatic Colors of #E58375
Black with #E58375
Text Example
Text Example
White with #E58375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58375; }
p { color: rgb(229,131,117); }
H1.HeaderClassName
{
color: #E58375;
}
.AnyTagClassName
{
color: #E58375;
}
</style>
background-color css
<style>
a { background-color: #E58375; }
a { background-color: rgb(229,131,117); }
div.DivClassName
{
background-color: #E58375;
}
.BgClassName
{
background-color: #E58375;
}
</style>
border-color css
<style>
span { border-color: #E58375; }
span { border-color: rgb(229,131,117); }
td.TdClassName
{
border-color: #E58375;
}
.TagClassName
{
border-color: #E58375;
}
</style>