Shades of New York Pink #E7866B
Tints of New York Pink #E7866B
RGB
CMYK
RGB Variations
Color information
#E7866B (or 0xE7866B) is known color: New York Pink. HEX triplet: E7, 86 and 6B. RGB value is (231,134,107). Sum of RGB (Red+Green+Blue) = 231+134+107=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7866B is #187994. Grayscale: #A0A0A0. Windows color (decimal): -1603989 or 7046887. OLE color: 7046887.
HSL color Cylindrical-coordinate representation of color #E7866B: hue angle of 13.06º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7866B is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 107 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.09 |
| HSL | 13.06º | 0.72% | 0.66% | - |
| HSV(B) | 13.06º | 0.54% | 0.91% | - |
| XYZ | 44.13 | 35.1 | 18.36 | - |
| YUV | 159.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 107 | 0 | 0.42 | 0.54 | 0.09 | 13.06 | 0.72 | 0.66 |
| Hex | E7 | 86 | 6B | 0 | 2A | 36 | 9 | D | 48 | 42 |
| Octal | 347 | 206 | 153 | 0 | 52 | 66 | 11 | 15 | 110 | 102 |
| Binary | 11100111 | 10000110 | 1101011 | 0 | 101010 | 110110 | 1001 | 1101 | 1001000 | 1000010 |
Color Harmonies of #E7866B
Complementary color
Monochromatic Colors of #E7866B
Black with #E7866B
Text Example
Text Example
White with #E7866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7866B; }
p { color: rgb(231,134,107); }
H1.HeaderClassName
{
color: #E7866B;
}
.AnyTagClassName
{
color: #E7866B;
}
</style>
background-color css
<style>
a { background-color: #E7866B; }
a { background-color: rgb(231,134,107); }
div.DivClassName
{
background-color: #E7866B;
}
.BgClassName
{
background-color: #E7866B;
}
</style>
border-color css
<style>
span { border-color: #E7866B; }
span { border-color: rgb(231,134,107); }
td.TdClassName
{
border-color: #E7866B;
}
.TagClassName
{
border-color: #E7866B;
}
</style>