Shades of New York Pink #E6876C
Tints of New York Pink #E6876C
RGB
CMYK
RGB Variations
Color information
#E6876C (or 0xE6876C) is known color: New York Pink. HEX triplet: E6, 87 and 6C. RGB value is (230,135,108). Sum of RGB (Red+Green+Blue) = 230+135+108=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6876C is #197893. Grayscale: #A0A0A0. Windows color (decimal): -1669268 or 7112678. OLE color: 7112678.
HSL color Cylindrical-coordinate representation of color #E6876C: hue angle of 13.28º 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 #E6876C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 108 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.10 |
| HSL | 13.28º | 0.71% | 0.66% | - |
| HSV(B) | 13.28º | 0.53% | 0.9% | - |
| XYZ | 44 | 35.23 | 18.67 | - |
| YUV | 160.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 108 | 0 | 0.41 | 0.53 | 0.10 | 13.28 | 0.71 | 0.66 |
| Hex | E6 | 87 | 6C | 0 | 29 | 35 | A | D | 47 | 42 |
| Octal | 346 | 207 | 154 | 0 | 51 | 65 | 12 | 15 | 107 | 102 |
| Binary | 11100110 | 10000111 | 1101100 | 0 | 101001 | 110101 | 1010 | 1101 | 1000111 | 1000010 |
Color Harmonies of #E6876C
Complementary color
Monochromatic Colors of #E6876C
Black with #E6876C
Text Example
Text Example
White with #E6876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6876C; }
p { color: rgb(230,135,108); }
H1.HeaderClassName
{
color: #E6876C;
}
.AnyTagClassName
{
color: #E6876C;
}
</style>
background-color css
<style>
a { background-color: #E6876C; }
a { background-color: rgb(230,135,108); }
div.DivClassName
{
background-color: #E6876C;
}
.BgClassName
{
background-color: #E6876C;
}
</style>
border-color css
<style>
span { border-color: #E6876C; }
span { border-color: rgb(230,135,108); }
td.TdClassName
{
border-color: #E6876C;
}
.TagClassName
{
border-color: #E6876C;
}
</style>