Shades of New York Pink #E58378
Tints of New York Pink #E58378
RGB
CMYK
RGB Variations
Color information
#E58378 (or 0xE58378) is known color: New York Pink. HEX triplet: E5, 83 and 78. RGB value is (229,131,120). Sum of RGB (Red+Green+Blue) = 229+131+120=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E58378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58378 is #1A7C87. Grayscale: #9F9F9F. Windows color (decimal): -1735816 or 7898085. OLE color: 7898085.
HSL color Cylindrical-coordinate representation of color #E58378: hue angle of 6.06º 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 #E58378 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 120 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.10 |
| HSL | 6.06º | 0.68% | 0.68% | - |
| HSV(B) | 6.06º | 0.48% | 0.9% | - |
| XYZ | 43.82 | 34.25 | 22.07 | - |
| YUV | 159.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 120 | 0 | 0.43 | 0.48 | 0.10 | 6.06 | 0.68 | 0.68 |
| Hex | E5 | 83 | 78 | 0 | 2B | 30 | A | 6 | 44 | 44 |
| Octal | 345 | 203 | 170 | 0 | 53 | 60 | 12 | 6 | 104 | 104 |
| Binary | 11100101 | 10000011 | 1111000 | 0 | 101011 | 110000 | 1010 | 110 | 1000100 | 1000100 |
Color Harmonies of #E58378
Complementary color
Monochromatic Colors of #E58378
Black with #E58378
Text Example
Text Example
White with #E58378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58378; }
p { color: rgb(229,131,120); }
H1.HeaderClassName
{
color: #E58378;
}
.AnyTagClassName
{
color: #E58378;
}
</style>
background-color css
<style>
a { background-color: #E58378; }
a { background-color: rgb(229,131,120); }
div.DivClassName
{
background-color: #E58378;
}
.BgClassName
{
background-color: #E58378;
}
</style>
border-color css
<style>
span { border-color: #E58378; }
span { border-color: rgb(229,131,120); }
td.TdClassName
{
border-color: #E58378;
}
.TagClassName
{
border-color: #E58378;
}
</style>