Shades of New York Pink #E7896D
Tints of New York Pink #E7896D
RGB
CMYK
RGB Variations
Color information
#E7896D (or 0xE7896D) is known color: New York Pink. HEX triplet: E7, 89 and 6D. RGB value is (231,137,109). Sum of RGB (Red+Green+Blue) = 231+137+109=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7896D is #187692. Grayscale: #A2A2A2. Windows color (decimal): -1603219 or 7178727. OLE color: 7178727.
HSL color Cylindrical-coordinate representation of color #E7896D: hue angle of 13.77º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7896D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 109 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.09 |
| HSL | 13.77º | 0.72% | 0.67% | - |
| HSV(B) | 13.77º | 0.53% | 0.91% | - |
| XYZ | 44.66 | 35.98 | 19.06 | - |
| YUV | 161.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 109 | 0 | 0.41 | 0.53 | 0.09 | 13.77 | 0.72 | 0.67 |
| Hex | E7 | 89 | 6D | 0 | 29 | 35 | 9 | E | 48 | 43 |
| Octal | 347 | 211 | 155 | 0 | 51 | 65 | 11 | 16 | 110 | 103 |
| Binary | 11100111 | 10001001 | 1101101 | 0 | 101001 | 110101 | 1001 | 1110 | 1001000 | 1000011 |
Color Harmonies of #E7896D
Complementary color
Monochromatic Colors of #E7896D
Black with #E7896D
Text Example
Text Example
White with #E7896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7896D; }
p { color: rgb(231,137,109); }
H1.HeaderClassName
{
color: #E7896D;
}
.AnyTagClassName
{
color: #E7896D;
}
</style>
background-color css
<style>
a { background-color: #E7896D; }
a { background-color: rgb(231,137,109); }
div.DivClassName
{
background-color: #E7896D;
}
.BgClassName
{
background-color: #E7896D;
}
</style>
border-color css
<style>
span { border-color: #E7896D; }
span { border-color: rgb(231,137,109); }
td.TdClassName
{
border-color: #E7896D;
}
.TagClassName
{
border-color: #E7896D;
}
</style>