Shades of New York Pink #E58478
Tints of New York Pink #E58478
RGB
CMYK
RGB Variations
Color information
#E58478 (or 0xE58478) is known color: New York Pink. HEX triplet: E5, 84 and 78. RGB value is (229,132,120). Sum of RGB (Red+Green+Blue) = 229+132+120=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E58478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58478 is #1A7B87. Grayscale: #9F9F9F. Windows color (decimal): -1735560 or 7898341. OLE color: 7898341.
HSL color Cylindrical-coordinate representation of color #E58478: hue angle of 6.61º 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 #E58478 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 120 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.10 |
| HSL | 6.61º | 0.68% | 0.68% | - |
| HSV(B) | 6.61º | 0.48% | 0.9% | - |
| XYZ | 43.95 | 34.52 | 22.12 | - |
| YUV | 159.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 120 | 0 | 0.42 | 0.48 | 0.10 | 6.61 | 0.68 | 0.68 |
| Hex | E5 | 84 | 78 | 0 | 2A | 30 | A | 7 | 44 | 44 |
| Octal | 345 | 204 | 170 | 0 | 52 | 60 | 12 | 7 | 104 | 104 |
| Binary | 11100101 | 10000100 | 1111000 | 0 | 101010 | 110000 | 1010 | 111 | 1000100 | 1000100 |
Color Harmonies of #E58478
Complementary color
Monochromatic Colors of #E58478
Black with #E58478
Text Example
Text Example
White with #E58478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58478; }
p { color: rgb(229,132,120); }
H1.HeaderClassName
{
color: #E58478;
}
.AnyTagClassName
{
color: #E58478;
}
</style>
background-color css
<style>
a { background-color: #E58478; }
a { background-color: rgb(229,132,120); }
div.DivClassName
{
background-color: #E58478;
}
.BgClassName
{
background-color: #E58478;
}
</style>
border-color css
<style>
span { border-color: #E58478; }
span { border-color: rgb(229,132,120); }
td.TdClassName
{
border-color: #E58478;
}
.TagClassName
{
border-color: #E58478;
}
</style>