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