Shades of New York Pink #E17F70
Tints of New York Pink #E17F70
RGB
CMYK
RGB Variations
Color information
#E17F70 (or 0xE17F70) is known color: New York Pink. HEX triplet: E1, 7F and 70. RGB value is (225,127,112). Sum of RGB (Red+Green+Blue) = 225+127+112=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F70 is #1E808F. Grayscale: #9A9A9A. Windows color (decimal): -1998992 or 7372769. OLE color: 7372769.
HSL color Cylindrical-coordinate representation of color #E17F70: hue angle of 7.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17F70 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 112 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.12 |
| HSL | 7.96º | 0.65% | 0.66% | - |
| HSV(B) | 7.96º | 0.5% | 0.88% | - |
| XYZ | 41.57 | 32.36 | 19.38 | - |
| YUV | 154.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 112 | 0 | 0.44 | 0.50 | 0.12 | 7.96 | 0.65 | 0.66 |
| Hex | E1 | 7F | 70 | 0 | 2C | 32 | C | 8 | 41 | 42 |
| Octal | 341 | 177 | 160 | 0 | 54 | 62 | 14 | 10 | 101 | 102 |
| Binary | 11100001 | 1111111 | 1110000 | 0 | 101100 | 110010 | 1100 | 1000 | 1000001 | 1000010 |
Color Harmonies of #E17F70
Complementary color
Monochromatic Colors of #E17F70
Black with #E17F70
Text Example
Text Example
White with #E17F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F70; }
p { color: rgb(225,127,112); }
H1.HeaderClassName
{
color: #E17F70;
}
.AnyTagClassName
{
color: #E17F70;
}
</style>
background-color css
<style>
a { background-color: #E17F70; }
a { background-color: rgb(225,127,112); }
div.DivClassName
{
background-color: #E17F70;
}
.BgClassName
{
background-color: #E17F70;
}
</style>
border-color css
<style>
span { border-color: #E17F70; }
span { border-color: rgb(225,127,112); }
td.TdClassName
{
border-color: #E17F70;
}
.TagClassName
{
border-color: #E17F70;
}
</style>