Shades of New York Pink #E6866C
Tints of New York Pink #E6866C
RGB
CMYK
RGB Variations
Color information
#E6866C (or 0xE6866C) is known color: New York Pink. HEX triplet: E6, 86 and 6C. RGB value is (230,134,108). Sum of RGB (Red+Green+Blue) = 230+134+108=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6866C is #197993. Grayscale: #9F9F9F. Windows color (decimal): -1669524 or 7112422. OLE color: 7112422.
HSL color Cylindrical-coordinate representation of color #E6866C: hue angle of 12.79º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6866C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 108 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.10 |
| HSL | 12.79º | 0.71% | 0.66% | - |
| HSV(B) | 12.79º | 0.53% | 0.9% | - |
| XYZ | 43.87 | 34.96 | 18.62 | - |
| YUV | 159.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 108 | 0 | 0.42 | 0.53 | 0.10 | 12.79 | 0.71 | 0.66 |
| Hex | E6 | 86 | 6C | 0 | 2A | 35 | A | D | 47 | 42 |
| Octal | 346 | 206 | 154 | 0 | 52 | 65 | 12 | 15 | 107 | 102 |
| Binary | 11100110 | 10000110 | 1101100 | 0 | 101010 | 110101 | 1010 | 1101 | 1000111 | 1000010 |
Color Harmonies of #E6866C
Complementary color
Monochromatic Colors of #E6866C
Black with #E6866C
Text Example
Text Example
White with #E6866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6866C; }
p { color: rgb(230,134,108); }
H1.HeaderClassName
{
color: #E6866C;
}
.AnyTagClassName
{
color: #E6866C;
}
</style>
background-color css
<style>
a { background-color: #E6866C; }
a { background-color: rgb(230,134,108); }
div.DivClassName
{
background-color: #E6866C;
}
.BgClassName
{
background-color: #E6866C;
}
</style>
border-color css
<style>
span { border-color: #E6866C; }
span { border-color: rgb(230,134,108); }
td.TdClassName
{
border-color: #E6866C;
}
.TagClassName
{
border-color: #E6866C;
}
</style>