Shades of New York Pink #E17E6D
Tints of New York Pink #E17E6D
RGB
CMYK
RGB Variations
Color information
#E17E6D (or 0xE17E6D) is known color: New York Pink. HEX triplet: E1, 7E and 6D. RGB value is (225,126,109). Sum of RGB (Red+Green+Blue) = 225+126+109=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E6D is #1E8192. Grayscale: #999999. Windows color (decimal): -1999251 or 7175905. OLE color: 7175905.
HSL color Cylindrical-coordinate representation of color #E17E6D: hue angle of 8.79º 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 #E17E6D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 109 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.12 |
| HSL | 8.79º | 0.66% | 0.65% | - |
| HSV(B) | 8.79º | 0.52% | 0.88% | - |
| XYZ | 41.27 | 32.03 | 18.48 | - |
| YUV | 153.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 109 | 0 | 0.44 | 0.52 | 0.12 | 8.79 | 0.66 | 0.65 |
| Hex | E1 | 7E | 6D | 0 | 2C | 34 | C | 9 | 42 | 41 |
| Octal | 341 | 176 | 155 | 0 | 54 | 64 | 14 | 11 | 102 | 101 |
| Binary | 11100001 | 1111110 | 1101101 | 0 | 101100 | 110100 | 1100 | 1001 | 1000010 | 1000001 |
Color Harmonies of #E17E6D
Complementary color
Monochromatic Colors of #E17E6D
Black with #E17E6D
Text Example
Text Example
White with #E17E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17E6D; }
p { color: rgb(225,126,109); }
H1.HeaderClassName
{
color: #E17E6D;
}
.AnyTagClassName
{
color: #E17E6D;
}
</style>
background-color css
<style>
a { background-color: #E17E6D; }
a { background-color: rgb(225,126,109); }
div.DivClassName
{
background-color: #E17E6D;
}
.BgClassName
{
background-color: #E17E6D;
}
</style>
border-color css
<style>
span { border-color: #E17E6D; }
span { border-color: rgb(225,126,109); }
td.TdClassName
{
border-color: #E17E6D;
}
.TagClassName
{
border-color: #E17E6D;
}
</style>