Shades of New York Pink #E17C6B
Tints of New York Pink #E17C6B
RGB
CMYK
RGB Variations
Color information
#E17C6B (or 0xE17C6B) is known color: New York Pink. HEX triplet: E1, 7C and 6B. RGB value is (225,124,107). Sum of RGB (Red+Green+Blue) = 225+124+107=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C6B is #1E8394. Grayscale: #989898. Windows color (decimal): -1999765 or 7044321. OLE color: 7044321.
HSL color Cylindrical-coordinate representation of color #E17C6B: hue angle of 8.64º 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 #E17C6B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 107 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.12 |
| HSL | 8.64º | 0.66% | 0.65% | - |
| HSV(B) | 8.64º | 0.52% | 0.88% | - |
| XYZ | 40.91 | 31.48 | 17.83 | - |
| YUV | 152.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 107 | 0 | 0.45 | 0.52 | 0.12 | 8.64 | 0.66 | 0.65 |
| Hex | E1 | 7C | 6B | 0 | 2D | 34 | C | 9 | 42 | 41 |
| Octal | 341 | 174 | 153 | 0 | 55 | 64 | 14 | 11 | 102 | 101 |
| Binary | 11100001 | 1111100 | 1101011 | 0 | 101101 | 110100 | 1100 | 1001 | 1000010 | 1000001 |
Color Harmonies of #E17C6B
Complementary color
Monochromatic Colors of #E17C6B
Black with #E17C6B
Text Example
Text Example
White with #E17C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C6B; }
p { color: rgb(225,124,107); }
H1.HeaderClassName
{
color: #E17C6B;
}
.AnyTagClassName
{
color: #E17C6B;
}
</style>
background-color css
<style>
a { background-color: #E17C6B; }
a { background-color: rgb(225,124,107); }
div.DivClassName
{
background-color: #E17C6B;
}
.BgClassName
{
background-color: #E17C6B;
}
</style>
border-color css
<style>
span { border-color: #E17C6B; }
span { border-color: rgb(225,124,107); }
td.TdClassName
{
border-color: #E17C6B;
}
.TagClassName
{
border-color: #E17C6B;
}
</style>