Shades of New York Pink #E57E68
Tints of New York Pink #E57E68
RGB
CMYK
RGB Variations
Color information
#E57E68 (or 0xE57E68) is known color: New York Pink. HEX triplet: E5, 7E and 68. RGB value is (229,126,104). Sum of RGB (Red+Green+Blue) = 229+126+104=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57E68 is #1A8197. Grayscale: #9A9A9A. Windows color (decimal): -1737112 or 6848229. OLE color: 6848229.
HSL color Cylindrical-coordinate representation of color #E57E68: hue angle of 10.56º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E57E68 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 104 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.10 |
| HSL | 10.56º | 0.71% | 0.65% | - |
| HSV(B) | 10.56º | 0.55% | 0.9% | - |
| XYZ | 42.27 | 32.58 | 17.16 | - |
| YUV | 154.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 104 | 0 | 0.45 | 0.55 | 0.10 | 10.56 | 0.71 | 0.65 |
| Hex | E5 | 7E | 68 | 0 | 2D | 37 | A | B | 47 | 41 |
| Octal | 345 | 176 | 150 | 0 | 55 | 67 | 12 | 13 | 107 | 101 |
| Binary | 11100101 | 1111110 | 1101000 | 0 | 101101 | 110111 | 1010 | 1011 | 1000111 | 1000001 |
Color Harmonies of #E57E68
Complementary color
Monochromatic Colors of #E57E68
Black with #E57E68
Text Example
Text Example
White with #E57E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E68; }
p { color: rgb(229,126,104); }
H1.HeaderClassName
{
color: #E57E68;
}
.AnyTagClassName
{
color: #E57E68;
}
</style>
background-color css
<style>
a { background-color: #E57E68; }
a { background-color: rgb(229,126,104); }
div.DivClassName
{
background-color: #E57E68;
}
.BgClassName
{
background-color: #E57E68;
}
</style>
border-color css
<style>
span { border-color: #E57E68; }
span { border-color: rgb(229,126,104); }
td.TdClassName
{
border-color: #E57E68;
}
.TagClassName
{
border-color: #E57E68;
}
</style>