Shades of New York Pink #E78B6F
Tints of New York Pink #E78B6F
RGB
CMYK
RGB Variations
Color information
#E78B6F (or 0xE78B6F) is known color: New York Pink. HEX triplet: E7, 8B and 6F. RGB value is (231,139,111). Sum of RGB (Red+Green+Blue) = 231+139+111=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B6F is #187490. Grayscale: #A3A3A3. Windows color (decimal): -1602705 or 7310311. OLE color: 7310311.
HSL color Cylindrical-coordinate representation of color #E78B6F: hue angle of 14º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E78B6F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 111 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.09 |
| HSL | 14º | 0.71% | 0.67% | - |
| HSV(B) | 14º | 0.52% | 0.91% | - |
| XYZ | 45.06 | 36.6 | 19.73 | - |
| YUV | 163.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 111 | 0 | 0.40 | 0.52 | 0.09 | 14 | 0.71 | 0.67 |
| Hex | E7 | 8B | 6F | 0 | 28 | 34 | 9 | E | 47 | 43 |
| Octal | 347 | 213 | 157 | 0 | 50 | 64 | 11 | 16 | 107 | 103 |
| Binary | 11100111 | 10001011 | 1101111 | 0 | 101000 | 110100 | 1001 | 1110 | 1000111 | 1000011 |
Color Harmonies of #E78B6F
Complementary color
Monochromatic Colors of #E78B6F
Black with #E78B6F
Text Example
Text Example
White with #E78B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B6F; }
p { color: rgb(231,139,111); }
H1.HeaderClassName
{
color: #E78B6F;
}
.AnyTagClassName
{
color: #E78B6F;
}
</style>
background-color css
<style>
a { background-color: #E78B6F; }
a { background-color: rgb(231,139,111); }
div.DivClassName
{
background-color: #E78B6F;
}
.BgClassName
{
background-color: #E78B6F;
}
</style>
border-color css
<style>
span { border-color: #E78B6F; }
span { border-color: rgb(231,139,111); }
td.TdClassName
{
border-color: #E78B6F;
}
.TagClassName
{
border-color: #E78B6F;
}
</style>