Shades of New York Pink #E17D6F
Tints of New York Pink #E17D6F
RGB
CMYK
RGB Variations
Color information
#E17D6F (or 0xE17D6F) is known color: New York Pink. HEX triplet: E1, 7D and 6F. RGB value is (225,125,111). Sum of RGB (Red+Green+Blue) = 225+125+111=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D6F is #1E8290. Grayscale: #999999. Windows color (decimal): -1999505 or 7306721. OLE color: 7306721.
HSL color Cylindrical-coordinate representation of color #E17D6F: hue angle of 7.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E17D6F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 111 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.12 |
| HSL | 7.37º | 0.66% | 0.66% | - |
| HSV(B) | 7.37º | 0.51% | 0.88% | - |
| XYZ | 41.25 | 31.82 | 19.01 | - |
| YUV | 153.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 111 | 0 | 0.44 | 0.51 | 0.12 | 7.37 | 0.66 | 0.66 |
| Hex | E1 | 7D | 6F | 0 | 2C | 33 | C | 7 | 42 | 42 |
| Octal | 341 | 175 | 157 | 0 | 54 | 63 | 14 | 7 | 102 | 102 |
| Binary | 11100001 | 1111101 | 1101111 | 0 | 101100 | 110011 | 1100 | 111 | 1000010 | 1000010 |
Color Harmonies of #E17D6F
Complementary color
Monochromatic Colors of #E17D6F
Black with #E17D6F
Text Example
Text Example
White with #E17D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D6F; }
p { color: rgb(225,125,111); }
H1.HeaderClassName
{
color: #E17D6F;
}
.AnyTagClassName
{
color: #E17D6F;
}
</style>
background-color css
<style>
a { background-color: #E17D6F; }
a { background-color: rgb(225,125,111); }
div.DivClassName
{
background-color: #E17D6F;
}
.BgClassName
{
background-color: #E17D6F;
}
</style>
border-color css
<style>
span { border-color: #E17D6F; }
span { border-color: rgb(225,125,111); }
td.TdClassName
{
border-color: #E17D6F;
}
.TagClassName
{
border-color: #E17D6F;
}
</style>