Shades of New York Pink #E78679
Tints of New York Pink #E78679
RGB
CMYK
RGB Variations
Color information
#E78679 (or 0xE78679) is known color: New York Pink. HEX triplet: E7, 86 and 79. RGB value is (231,134,121). Sum of RGB (Red+Green+Blue) = 231+134+121=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78679 is #187986. Grayscale: #A1A1A1. Windows color (decimal): -1603975 or 7964391. OLE color: 7964391.
HSL color Cylindrical-coordinate representation of color #E78679: hue angle of 7.09º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E78679 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 121 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.09 |
| HSL | 7.09º | 0.7% | 0.69% | - |
| HSV(B) | 7.09º | 0.48% | 0.91% | - |
| XYZ | 44.93 | 35.42 | 22.56 | - |
| YUV | 161.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 121 | 0 | 0.42 | 0.48 | 0.09 | 7.09 | 0.7 | 0.69 |
| Hex | E7 | 86 | 79 | 0 | 2A | 30 | 9 | 7 | 46 | 45 |
| Octal | 347 | 206 | 171 | 0 | 52 | 60 | 11 | 7 | 106 | 105 |
| Binary | 11100111 | 10000110 | 1111001 | 0 | 101010 | 110000 | 1001 | 111 | 1000110 | 1000101 |
Color Harmonies of #E78679
Complementary color
Monochromatic Colors of #E78679
Black with #E78679
Text Example
Text Example
White with #E78679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78679; }
p { color: rgb(231,134,121); }
H1.HeaderClassName
{
color: #E78679;
}
.AnyTagClassName
{
color: #E78679;
}
</style>
background-color css
<style>
a { background-color: #E78679; }
a { background-color: rgb(231,134,121); }
div.DivClassName
{
background-color: #E78679;
}
.BgClassName
{
background-color: #E78679;
}
</style>
border-color css
<style>
span { border-color: #E78679; }
span { border-color: rgb(231,134,121); }
td.TdClassName
{
border-color: #E78679;
}
.TagClassName
{
border-color: #E78679;
}
</style>