Shades of New York Pink #E17B6D
Tints of New York Pink #E17B6D
RGB
CMYK
RGB Variations
Color information
#E17B6D (or 0xE17B6D) is known color: New York Pink. HEX triplet: E1, 7B and 6D. RGB value is (225,123,109). Sum of RGB (Red+Green+Blue) = 225+123+109=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B6D is #1E8492. Grayscale: #989898. Windows color (decimal): -2000019 or 7175137. OLE color: 7175137.
HSL color Cylindrical-coordinate representation of color #E17B6D: hue angle of 7.24º 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 #E17B6D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 109 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.12 |
| HSL | 7.24º | 0.66% | 0.65% | - |
| HSV(B) | 7.24º | 0.52% | 0.88% | - |
| XYZ | 40.89 | 31.28 | 18.35 | - |
| YUV | 151.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 109 | 0 | 0.45 | 0.52 | 0.12 | 7.24 | 0.66 | 0.65 |
| Hex | E1 | 7B | 6D | 0 | 2D | 34 | C | 7 | 42 | 41 |
| Octal | 341 | 173 | 155 | 0 | 55 | 64 | 14 | 7 | 102 | 101 |
| Binary | 11100001 | 1111011 | 1101101 | 0 | 101101 | 110100 | 1100 | 111 | 1000010 | 1000001 |
Color Harmonies of #E17B6D
Complementary color
Monochromatic Colors of #E17B6D
Black with #E17B6D
Text Example
Text Example
White with #E17B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B6D; }
p { color: rgb(225,123,109); }
H1.HeaderClassName
{
color: #E17B6D;
}
.AnyTagClassName
{
color: #E17B6D;
}
</style>
background-color css
<style>
a { background-color: #E17B6D; }
a { background-color: rgb(225,123,109); }
div.DivClassName
{
background-color: #E17B6D;
}
.BgClassName
{
background-color: #E17B6D;
}
</style>
border-color css
<style>
span { border-color: #E17B6D; }
span { border-color: rgb(225,123,109); }
td.TdClassName
{
border-color: #E17B6D;
}
.TagClassName
{
border-color: #E17B6D;
}
</style>