Shades of New York Pink #E17C6D
Tints of New York Pink #E17C6D
RGB
CMYK
RGB Variations
Color information
#E17C6D (or 0xE17C6D) is known color: New York Pink. HEX triplet: E1, 7C and 6D. RGB value is (225,124,109). Sum of RGB (Red+Green+Blue) = 225+124+109=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C6D is #1E8392. Grayscale: #989898. Windows color (decimal): -1999763 or 7175393. OLE color: 7175393.
HSL color Cylindrical-coordinate representation of color #E17C6D: hue angle of 7.76º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E17C6D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 109 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.12 |
| HSL | 7.76º | 0.66% | 0.65% | - |
| HSV(B) | 7.76º | 0.52% | 0.88% | - |
| XYZ | 41.02 | 31.53 | 18.39 | - |
| YUV | 152.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 109 | 0 | 0.45 | 0.52 | 0.12 | 7.76 | 0.66 | 0.65 |
| Hex | E1 | 7C | 6D | 0 | 2D | 34 | C | 8 | 42 | 41 |
| Octal | 341 | 174 | 155 | 0 | 55 | 64 | 14 | 10 | 102 | 101 |
| Binary | 11100001 | 1111100 | 1101101 | 0 | 101101 | 110100 | 1100 | 1000 | 1000010 | 1000001 |
Color Harmonies of #E17C6D
Complementary color
Monochromatic Colors of #E17C6D
Black with #E17C6D
Text Example
Text Example
White with #E17C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C6D; }
p { color: rgb(225,124,109); }
H1.HeaderClassName
{
color: #E17C6D;
}
.AnyTagClassName
{
color: #E17C6D;
}
</style>
background-color css
<style>
a { background-color: #E17C6D; }
a { background-color: rgb(225,124,109); }
div.DivClassName
{
background-color: #E17C6D;
}
.BgClassName
{
background-color: #E17C6D;
}
</style>
border-color css
<style>
span { border-color: #E17C6D; }
span { border-color: rgb(225,124,109); }
td.TdClassName
{
border-color: #E17C6D;
}
.TagClassName
{
border-color: #E17C6D;
}
</style>