Shades of New York Pink #E17B68
Tints of New York Pink #E17B68
RGB
CMYK
RGB Variations
Color information
#E17B68 (or 0xE17B68) is known color: New York Pink. HEX triplet: E1, 7B and 68. RGB value is (225,123,104). Sum of RGB (Red+Green+Blue) = 225+123+104=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B68 is #1E8497. Grayscale: #979797. Windows color (decimal): -2000024 or 6847457. OLE color: 6847457.
HSL color Cylindrical-coordinate representation of color #E17B68: hue angle of 9.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E17B68 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 104 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.12 |
| HSL | 9.42º | 0.67% | 0.65% | - |
| HSV(B) | 9.42º | 0.54% | 0.88% | - |
| XYZ | 40.63 | 31.17 | 16.97 | - |
| YUV | 151.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 104 | 0 | 0.45 | 0.54 | 0.12 | 9.42 | 0.67 | 0.65 |
| Hex | E1 | 7B | 68 | 0 | 2D | 36 | C | 9 | 43 | 41 |
| Octal | 341 | 173 | 150 | 0 | 55 | 66 | 14 | 11 | 103 | 101 |
| Binary | 11100001 | 1111011 | 1101000 | 0 | 101101 | 110110 | 1100 | 1001 | 1000011 | 1000001 |
Color Harmonies of #E17B68
Complementary color
Monochromatic Colors of #E17B68
Black with #E17B68
Text Example
Text Example
White with #E17B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B68; }
p { color: rgb(225,123,104); }
H1.HeaderClassName
{
color: #E17B68;
}
.AnyTagClassName
{
color: #E17B68;
}
</style>
background-color css
<style>
a { background-color: #E17B68; }
a { background-color: rgb(225,123,104); }
div.DivClassName
{
background-color: #E17B68;
}
.BgClassName
{
background-color: #E17B68;
}
</style>
border-color css
<style>
span { border-color: #E17B68; }
span { border-color: rgb(225,123,104); }
td.TdClassName
{
border-color: #E17B68;
}
.TagClassName
{
border-color: #E17B68;
}
</style>