Shades of New York Pink #E17F6F
Tints of New York Pink #E17F6F
RGB
CMYK
RGB Variations
Color information
#E17F6F (or 0xE17F6F) is known color: New York Pink. HEX triplet: E1, 7F and 6F. RGB value is (225,127,111). Sum of RGB (Red+Green+Blue) = 225+127+111=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F6F is #1E8090. Grayscale: #9A9A9A. Windows color (decimal): -1998993 or 7307233. OLE color: 7307233.
HSL color Cylindrical-coordinate representation of color #E17F6F: hue angle of 8.42º 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 #E17F6F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 111 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.12 |
| HSL | 8.42º | 0.66% | 0.66% | - |
| HSV(B) | 8.42º | 0.51% | 0.88% | - |
| XYZ | 41.51 | 32.33 | 19.09 | - |
| YUV | 154.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 111 | 0 | 0.44 | 0.51 | 0.12 | 8.42 | 0.66 | 0.66 |
| Hex | E1 | 7F | 6F | 0 | 2C | 33 | C | 8 | 42 | 42 |
| Octal | 341 | 177 | 157 | 0 | 54 | 63 | 14 | 10 | 102 | 102 |
| Binary | 11100001 | 1111111 | 1101111 | 0 | 101100 | 110011 | 1100 | 1000 | 1000010 | 1000010 |
Color Harmonies of #E17F6F
Complementary color
Monochromatic Colors of #E17F6F
Black with #E17F6F
Text Example
Text Example
White with #E17F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F6F; }
p { color: rgb(225,127,111); }
H1.HeaderClassName
{
color: #E17F6F;
}
.AnyTagClassName
{
color: #E17F6F;
}
</style>
background-color css
<style>
a { background-color: #E17F6F; }
a { background-color: rgb(225,127,111); }
div.DivClassName
{
background-color: #E17F6F;
}
.BgClassName
{
background-color: #E17F6F;
}
</style>
border-color css
<style>
span { border-color: #E17F6F; }
span { border-color: rgb(225,127,111); }
td.TdClassName
{
border-color: #E17F6F;
}
.TagClassName
{
border-color: #E17F6F;
}
</style>