Shades of New York Pink #E7836B
Tints of New York Pink #E7836B
RGB
CMYK
RGB Variations
Color information
#E7836B (or 0xE7836B) is known color: New York Pink. HEX triplet: E7, 83 and 6B. RGB value is (231,131,107). Sum of RGB (Red+Green+Blue) = 231+131+107=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7836B is #187C94. Grayscale: #9E9E9E. Windows color (decimal): -1604757 or 7046119. OLE color: 7046119.
HSL color Cylindrical-coordinate representation of color #E7836B: hue angle of 11.61º 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 #E7836B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 107 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.09 |
| HSL | 11.61º | 0.72% | 0.66% | - |
| HSV(B) | 11.61º | 0.54% | 0.91% | - |
| XYZ | 43.73 | 34.28 | 18.22 | - |
| YUV | 158.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 107 | 0 | 0.43 | 0.54 | 0.09 | 11.61 | 0.72 | 0.66 |
| Hex | E7 | 83 | 6B | 0 | 2B | 36 | 9 | C | 48 | 42 |
| Octal | 347 | 203 | 153 | 0 | 53 | 66 | 11 | 14 | 110 | 102 |
| Binary | 11100111 | 10000011 | 1101011 | 0 | 101011 | 110110 | 1001 | 1100 | 1001000 | 1000010 |
Color Harmonies of #E7836B
Complementary color
Monochromatic Colors of #E7836B
Black with #E7836B
Text Example
Text Example
White with #E7836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7836B; }
p { color: rgb(231,131,107); }
H1.HeaderClassName
{
color: #E7836B;
}
.AnyTagClassName
{
color: #E7836B;
}
</style>
background-color css
<style>
a { background-color: #E7836B; }
a { background-color: rgb(231,131,107); }
div.DivClassName
{
background-color: #E7836B;
}
.BgClassName
{
background-color: #E7836B;
}
</style>
border-color css
<style>
span { border-color: #E7836B; }
span { border-color: rgb(231,131,107); }
td.TdClassName
{
border-color: #E7836B;
}
.TagClassName
{
border-color: #E7836B;
}
</style>