Shades of New York Pink #E68771
Tints of New York Pink #E68771
RGB
CMYK
RGB Variations
Color information
#E68771 (or 0xE68771) is known color: New York Pink. HEX triplet: E6, 87 and 71. RGB value is (230,135,113). Sum of RGB (Red+Green+Blue) = 230+135+113=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68771 is #19788E. Grayscale: #A1A1A1. Windows color (decimal): -1669263 or 7440358. OLE color: 7440358.
HSL color Cylindrical-coordinate representation of color #E68771: hue angle of 11.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68771 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 113 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.10 |
| HSL | 11.28º | 0.7% | 0.67% | - |
| HSV(B) | 11.28º | 0.51% | 0.9% | - |
| XYZ | 44.28 | 35.34 | 20.11 | - |
| YUV | 160.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 113 | 0 | 0.41 | 0.51 | 0.10 | 11.28 | 0.7 | 0.67 |
| Hex | E6 | 87 | 71 | 0 | 29 | 33 | A | B | 46 | 43 |
| Octal | 346 | 207 | 161 | 0 | 51 | 63 | 12 | 13 | 106 | 103 |
| Binary | 11100110 | 10000111 | 1110001 | 0 | 101001 | 110011 | 1010 | 1011 | 1000110 | 1000011 |
Color Harmonies of #E68771
Complementary color
Monochromatic Colors of #E68771
Black with #E68771
Text Example
Text Example
White with #E68771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68771; }
p { color: rgb(230,135,113); }
H1.HeaderClassName
{
color: #E68771;
}
.AnyTagClassName
{
color: #E68771;
}
</style>
background-color css
<style>
a { background-color: #E68771; }
a { background-color: rgb(230,135,113); }
div.DivClassName
{
background-color: #E68771;
}
.BgClassName
{
background-color: #E68771;
}
</style>
border-color css
<style>
span { border-color: #E68771; }
span { border-color: rgb(230,135,113); }
td.TdClassName
{
border-color: #E68771;
}
.TagClassName
{
border-color: #E68771;
}
</style>