Shades of New York Pink #E78672
Tints of New York Pink #E78672
RGB
CMYK
RGB Variations
Color information
#E78672 (or 0xE78672) is known color: New York Pink. HEX triplet: E7, 86 and 72. RGB value is (231,134,114). Sum of RGB (Red+Green+Blue) = 231+134+114=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78672 is #18798D. Grayscale: #A0A0A0. Windows color (decimal): -1603982 or 7505639. OLE color: 7505639.
HSL color Cylindrical-coordinate representation of color #E78672: hue angle of 10.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78672 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 114 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.09 |
| HSL | 10.26º | 0.71% | 0.68% | - |
| HSV(B) | 10.26º | 0.51% | 0.91% | - |
| XYZ | 44.52 | 35.25 | 20.38 | - |
| YUV | 160.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 114 | 0 | 0.42 | 0.51 | 0.09 | 10.26 | 0.71 | 0.68 |
| Hex | E7 | 86 | 72 | 0 | 2A | 33 | 9 | A | 47 | 44 |
| Octal | 347 | 206 | 162 | 0 | 52 | 63 | 11 | 12 | 107 | 104 |
| Binary | 11100111 | 10000110 | 1110010 | 0 | 101010 | 110011 | 1001 | 1010 | 1000111 | 1000100 |
Color Harmonies of #E78672
Complementary color
Monochromatic Colors of #E78672
Black with #E78672
Text Example
Text Example
White with #E78672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78672; }
p { color: rgb(231,134,114); }
H1.HeaderClassName
{
color: #E78672;
}
.AnyTagClassName
{
color: #E78672;
}
</style>
background-color css
<style>
a { background-color: #E78672; }
a { background-color: rgb(231,134,114); }
div.DivClassName
{
background-color: #E78672;
}
.BgClassName
{
background-color: #E78672;
}
</style>
border-color css
<style>
span { border-color: #E78672; }
span { border-color: rgb(231,134,114); }
td.TdClassName
{
border-color: #E78672;
}
.TagClassName
{
border-color: #E78672;
}
</style>