Shades of New York Pink #E17C6E
Tints of New York Pink #E17C6E
RGB
CMYK
RGB Variations
Color information
#E17C6E (or 0xE17C6E) is known color: New York Pink. HEX triplet: E1, 7C and 6E. RGB value is (225,124,110). Sum of RGB (Red+Green+Blue) = 225+124+110=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C6E is #1E8391. Grayscale: #989898. Windows color (decimal): -1999762 or 7240929. OLE color: 7240929.
HSL color Cylindrical-coordinate representation of color #E17C6E: hue angle of 7.3º 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 #E17C6E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 110 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.12 |
| HSL | 7.3º | 0.66% | 0.66% | - |
| HSV(B) | 7.3º | 0.51% | 0.88% | - |
| XYZ | 41.07 | 31.55 | 18.68 | - |
| YUV | 152.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 110 | 0 | 0.45 | 0.51 | 0.12 | 7.3 | 0.66 | 0.66 |
| Hex | E1 | 7C | 6E | 0 | 2D | 33 | C | 7 | 42 | 42 |
| Octal | 341 | 174 | 156 | 0 | 55 | 63 | 14 | 7 | 102 | 102 |
| Binary | 11100001 | 1111100 | 1101110 | 0 | 101101 | 110011 | 1100 | 111 | 1000010 | 1000010 |
Color Harmonies of #E17C6E
Complementary color
Monochromatic Colors of #E17C6E
Black with #E17C6E
Text Example
Text Example
White with #E17C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C6E; }
p { color: rgb(225,124,110); }
H1.HeaderClassName
{
color: #E17C6E;
}
.AnyTagClassName
{
color: #E17C6E;
}
</style>
background-color css
<style>
a { background-color: #E17C6E; }
a { background-color: rgb(225,124,110); }
div.DivClassName
{
background-color: #E17C6E;
}
.BgClassName
{
background-color: #E17C6E;
}
</style>
border-color css
<style>
span { border-color: #E17C6E; }
span { border-color: rgb(225,124,110); }
td.TdClassName
{
border-color: #E17C6E;
}
.TagClassName
{
border-color: #E17C6E;
}
</style>