Shades of New York Pink #E6866E
Tints of New York Pink #E6866E
RGB
CMYK
RGB Variations
Color information
#E6866E (or 0xE6866E) is known color: New York Pink. HEX triplet: E6, 86 and 6E. RGB value is (230,134,110). Sum of RGB (Red+Green+Blue) = 230+134+110=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6866E is #197991. Grayscale: #A0A0A0. Windows color (decimal): -1669522 or 7243494. OLE color: 7243494.
HSL color Cylindrical-coordinate representation of color #E6866E: hue angle of 12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6866E is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 110 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.10 |
| HSL | 12º | 0.71% | 0.67% | - |
| HSV(B) | 12º | 0.52% | 0.9% | - |
| XYZ | 43.97 | 35 | 19.19 | - |
| YUV | 159.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 110 | 0 | 0.42 | 0.52 | 0.10 | 12 | 0.71 | 0.67 |
| Hex | E6 | 86 | 6E | 0 | 2A | 34 | A | C | 47 | 43 |
| Octal | 346 | 206 | 156 | 0 | 52 | 64 | 12 | 14 | 107 | 103 |
| Binary | 11100110 | 10000110 | 1101110 | 0 | 101010 | 110100 | 1010 | 1100 | 1000111 | 1000011 |
Color Harmonies of #E6866E
Complementary color
Monochromatic Colors of #E6866E
Black with #E6866E
Text Example
Text Example
White with #E6866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6866E; }
p { color: rgb(230,134,110); }
H1.HeaderClassName
{
color: #E6866E;
}
.AnyTagClassName
{
color: #E6866E;
}
</style>
background-color css
<style>
a { background-color: #E6866E; }
a { background-color: rgb(230,134,110); }
div.DivClassName
{
background-color: #E6866E;
}
.BgClassName
{
background-color: #E6866E;
}
</style>
border-color css
<style>
span { border-color: #E6866E; }
span { border-color: rgb(230,134,110); }
td.TdClassName
{
border-color: #E6866E;
}
.TagClassName
{
border-color: #E6866E;
}
</style>