Shades of New York Pink #E47E6B
Tints of New York Pink #E47E6B
RGB
CMYK
RGB Variations
Color information
#E47E6B (or 0xE47E6B) is known color: New York Pink. HEX triplet: E4, 7E and 6B. RGB value is (228,126,107). Sum of RGB (Red+Green+Blue) = 228+126+107=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E6B is #1B8194. Grayscale: #9A9A9A. Windows color (decimal): -1802645 or 7044836. OLE color: 7044836.
HSL color Cylindrical-coordinate representation of color #E47E6B: hue angle of 9.42º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E47E6B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 107 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.11 |
| HSL | 9.42º | 0.69% | 0.66% | - |
| HSV(B) | 9.42º | 0.53% | 0.89% | - |
| XYZ | 42.11 | 32.48 | 17.96 | - |
| YUV | 154.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 107 | 0 | 0.45 | 0.53 | 0.11 | 9.42 | 0.69 | 0.66 |
| Hex | E4 | 7E | 6B | 0 | 2D | 35 | B | 9 | 45 | 42 |
| Octal | 344 | 176 | 153 | 0 | 55 | 65 | 13 | 11 | 105 | 102 |
| Binary | 11100100 | 1111110 | 1101011 | 0 | 101101 | 110101 | 1011 | 1001 | 1000101 | 1000010 |
Color Harmonies of #E47E6B
Complementary color
Monochromatic Colors of #E47E6B
Black with #E47E6B
Text Example
Text Example
White with #E47E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E6B; }
p { color: rgb(228,126,107); }
H1.HeaderClassName
{
color: #E47E6B;
}
.AnyTagClassName
{
color: #E47E6B;
}
</style>
background-color css
<style>
a { background-color: #E47E6B; }
a { background-color: rgb(228,126,107); }
div.DivClassName
{
background-color: #E47E6B;
}
.BgClassName
{
background-color: #E47E6B;
}
</style>
border-color css
<style>
span { border-color: #E47E6B; }
span { border-color: rgb(228,126,107); }
td.TdClassName
{
border-color: #E47E6B;
}
.TagClassName
{
border-color: #E47E6B;
}
</style>