Shades of New York Pink #E47E6D
Tints of New York Pink #E47E6D
RGB
CMYK
RGB Variations
Color information
#E47E6D (or 0xE47E6D) is known color: New York Pink. HEX triplet: E4, 7E and 6D. RGB value is (228,126,109). Sum of RGB (Red+Green+Blue) = 228+126+109=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E6D is #1B8192. Grayscale: #9A9A9A. Windows color (decimal): -1802643 or 7175908. OLE color: 7175908.
HSL color Cylindrical-coordinate representation of color #E47E6D: hue angle of 8.57º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E47E6D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 109 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.11 |
| HSL | 8.57º | 0.69% | 0.66% | - |
| HSV(B) | 8.57º | 0.52% | 0.89% | - |
| XYZ | 42.22 | 32.52 | 18.52 | - |
| YUV | 154.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 109 | 0 | 0.45 | 0.52 | 0.11 | 8.57 | 0.69 | 0.66 |
| Hex | E4 | 7E | 6D | 0 | 2D | 34 | B | 9 | 45 | 42 |
| Octal | 344 | 176 | 155 | 0 | 55 | 64 | 13 | 11 | 105 | 102 |
| Binary | 11100100 | 1111110 | 1101101 | 0 | 101101 | 110100 | 1011 | 1001 | 1000101 | 1000010 |
Color Harmonies of #E47E6D
Complementary color
Monochromatic Colors of #E47E6D
Black with #E47E6D
Text Example
Text Example
White with #E47E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E6D; }
p { color: rgb(228,126,109); }
H1.HeaderClassName
{
color: #E47E6D;
}
.AnyTagClassName
{
color: #E47E6D;
}
</style>
background-color css
<style>
a { background-color: #E47E6D; }
a { background-color: rgb(228,126,109); }
div.DivClassName
{
background-color: #E47E6D;
}
.BgClassName
{
background-color: #E47E6D;
}
</style>
border-color css
<style>
span { border-color: #E47E6D; }
span { border-color: rgb(228,126,109); }
td.TdClassName
{
border-color: #E47E6D;
}
.TagClassName
{
border-color: #E47E6D;
}
</style>