Shades of New York Pink #E47E6A
Tints of New York Pink #E47E6A
RGB
CMYK
RGB Variations
Color information
#E47E6A (or 0xE47E6A) is known color: New York Pink. HEX triplet: E4, 7E and 6A. RGB value is (228,126,106). Sum of RGB (Red+Green+Blue) = 228+126+106=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E6A is #1B8195. Grayscale: #9A9A9A. Windows color (decimal): -1802646 or 6979300. OLE color: 6979300.
HSL color Cylindrical-coordinate representation of color #E47E6A: hue angle of 9.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E47E6A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 106 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.11 |
| HSL | 9.84º | 0.69% | 0.65% | - |
| HSV(B) | 9.84º | 0.54% | 0.89% | - |
| XYZ | 42.06 | 32.46 | 17.68 | - |
| YUV | 154.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 106 | 0 | 0.45 | 0.54 | 0.11 | 9.84 | 0.69 | 0.65 |
| Hex | E4 | 7E | 6A | 0 | 2D | 36 | B | A | 45 | 41 |
| Octal | 344 | 176 | 152 | 0 | 55 | 66 | 13 | 12 | 105 | 101 |
| Binary | 11100100 | 1111110 | 1101010 | 0 | 101101 | 110110 | 1011 | 1010 | 1000101 | 1000001 |
Color Harmonies of #E47E6A
Complementary color
Monochromatic Colors of #E47E6A
Black with #E47E6A
Text Example
Text Example
White with #E47E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E6A; }
p { color: rgb(228,126,106); }
H1.HeaderClassName
{
color: #E47E6A;
}
.AnyTagClassName
{
color: #E47E6A;
}
</style>
background-color css
<style>
a { background-color: #E47E6A; }
a { background-color: rgb(228,126,106); }
div.DivClassName
{
background-color: #E47E6A;
}
.BgClassName
{
background-color: #E47E6A;
}
</style>
border-color css
<style>
span { border-color: #E47E6A; }
span { border-color: rgb(228,126,106); }
td.TdClassName
{
border-color: #E47E6A;
}
.TagClassName
{
border-color: #E47E6A;
}
</style>