Shades of New York Pink #E17F68
Tints of New York Pink #E17F68
RGB
CMYK
RGB Variations
Color information
#E17F68 (or 0xE17F68) is known color: New York Pink. HEX triplet: E1, 7F and 68. RGB value is (225,127,104). Sum of RGB (Red+Green+Blue) = 225+127+104=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F68 is #1E8097. Grayscale: #999999. Windows color (decimal): -1999000 or 6848481. OLE color: 6848481.
HSL color Cylindrical-coordinate representation of color #E17F68: hue angle of 11.4º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E17F68 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 104 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.12 |
| HSL | 11.4º | 0.67% | 0.65% | - |
| HSV(B) | 11.4º | 0.54% | 0.88% | - |
| XYZ | 41.14 | 32.19 | 17.14 | - |
| YUV | 153.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 104 | 0 | 0.44 | 0.54 | 0.12 | 11.4 | 0.67 | 0.65 |
| Hex | E1 | 7F | 68 | 0 | 2C | 36 | C | B | 43 | 41 |
| Octal | 341 | 177 | 150 | 0 | 54 | 66 | 14 | 13 | 103 | 101 |
| Binary | 11100001 | 1111111 | 1101000 | 0 | 101100 | 110110 | 1100 | 1011 | 1000011 | 1000001 |
Color Harmonies of #E17F68
Complementary color
Monochromatic Colors of #E17F68
Black with #E17F68
Text Example
Text Example
White with #E17F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F68; }
p { color: rgb(225,127,104); }
H1.HeaderClassName
{
color: #E17F68;
}
.AnyTagClassName
{
color: #E17F68;
}
</style>
background-color css
<style>
a { background-color: #E17F68; }
a { background-color: rgb(225,127,104); }
div.DivClassName
{
background-color: #E17F68;
}
.BgClassName
{
background-color: #E17F68;
}
</style>
border-color css
<style>
span { border-color: #E17F68; }
span { border-color: rgb(225,127,104); }
td.TdClassName
{
border-color: #E17F68;
}
.TagClassName
{
border-color: #E17F68;
}
</style>