Shades of New York Pink #E57E6A
Tints of New York Pink #E57E6A
RGB
CMYK
RGB Variations
Color information
#E57E6A (or 0xE57E6A) is known color: New York Pink. HEX triplet: E5, 7E and 6A. RGB value is (229,126,106). Sum of RGB (Red+Green+Blue) = 229+126+106=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57E6A is #1A8195. Grayscale: #9A9A9A. Windows color (decimal): -1737110 or 6979301. OLE color: 6979301.
HSL color Cylindrical-coordinate representation of color #E57E6A: hue angle of 9.76º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E57E6A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 106 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.10 |
| HSL | 9.76º | 0.7% | 0.66% | - |
| HSV(B) | 9.76º | 0.54% | 0.9% | - |
| XYZ | 42.38 | 32.62 | 17.7 | - |
| YUV | 154.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 106 | 0 | 0.45 | 0.54 | 0.10 | 9.76 | 0.7 | 0.66 |
| Hex | E5 | 7E | 6A | 0 | 2D | 36 | A | A | 46 | 42 |
| Octal | 345 | 176 | 152 | 0 | 55 | 66 | 12 | 12 | 106 | 102 |
| Binary | 11100101 | 1111110 | 1101010 | 0 | 101101 | 110110 | 1010 | 1010 | 1000110 | 1000010 |
Color Harmonies of #E57E6A
Complementary color
Monochromatic Colors of #E57E6A
Black with #E57E6A
Text Example
Text Example
White with #E57E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E6A; }
p { color: rgb(229,126,106); }
H1.HeaderClassName
{
color: #E57E6A;
}
.AnyTagClassName
{
color: #E57E6A;
}
</style>
background-color css
<style>
a { background-color: #E57E6A; }
a { background-color: rgb(229,126,106); }
div.DivClassName
{
background-color: #E57E6A;
}
.BgClassName
{
background-color: #E57E6A;
}
</style>
border-color css
<style>
span { border-color: #E57E6A; }
span { border-color: rgb(229,126,106); }
td.TdClassName
{
border-color: #E57E6A;
}
.TagClassName
{
border-color: #E57E6A;
}
</style>