Shades of New York Pink #E47D67
Tints of New York Pink #E47D67
RGB
CMYK
RGB Variations
Color information
#E47D67 (or 0xE47D67) is known color: New York Pink. HEX triplet: E4, 7D and 67. RGB value is (228,125,103). Sum of RGB (Red+Green+Blue) = 228+125+103=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D67 is #1B8298. Grayscale: #999999. Windows color (decimal): -1802905 or 6782436. OLE color: 6782436.
HSL color Cylindrical-coordinate representation of color #E47D67: hue angle of 10.56º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E47D67 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 103 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.11 |
| HSL | 10.56º | 0.7% | 0.65% | - |
| HSV(B) | 10.56º | 0.55% | 0.89% | - |
| XYZ | 41.78 | 32.14 | 16.83 | - |
| YUV | 153.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 103 | 0 | 0.45 | 0.55 | 0.11 | 10.56 | 0.7 | 0.65 |
| Hex | E4 | 7D | 67 | 0 | 2D | 37 | B | B | 46 | 41 |
| Octal | 344 | 175 | 147 | 0 | 55 | 67 | 13 | 13 | 106 | 101 |
| Binary | 11100100 | 1111101 | 1100111 | 0 | 101101 | 110111 | 1011 | 1011 | 1000110 | 1000001 |
Color Harmonies of #E47D67
Complementary color
Monochromatic Colors of #E47D67
Black with #E47D67
Text Example
Text Example
White with #E47D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D67; }
p { color: rgb(228,125,103); }
H1.HeaderClassName
{
color: #E47D67;
}
.AnyTagClassName
{
color: #E47D67;
}
</style>
background-color css
<style>
a { background-color: #E47D67; }
a { background-color: rgb(228,125,103); }
div.DivClassName
{
background-color: #E47D67;
}
.BgClassName
{
background-color: #E47D67;
}
</style>
border-color css
<style>
span { border-color: #E47D67; }
span { border-color: rgb(228,125,103); }
td.TdClassName
{
border-color: #E47D67;
}
.TagClassName
{
border-color: #E47D67;
}
</style>