Shades of New York Pink #E78770
Tints of New York Pink #E78770
RGB
CMYK
RGB Variations
Color information
#E78770 (or 0xE78770) is known color: New York Pink. HEX triplet: E7, 87 and 70. RGB value is (231,135,112). Sum of RGB (Red+Green+Blue) = 231+135+112=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E78770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78770 is #18788F. Grayscale: #A1A1A1. Windows color (decimal): -1603728 or 7374823. OLE color: 7374823.
HSL color Cylindrical-coordinate representation of color #E78770: hue angle of 11.6º 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 #E78770 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 112 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.09 |
| HSL | 11.6º | 0.71% | 0.67% | - |
| HSV(B) | 11.6º | 0.52% | 0.91% | - |
| XYZ | 44.54 | 35.49 | 19.83 | - |
| YUV | 161.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 112 | 0 | 0.42 | 0.52 | 0.09 | 11.6 | 0.71 | 0.67 |
| Hex | E7 | 87 | 70 | 0 | 2A | 34 | 9 | C | 47 | 43 |
| Octal | 347 | 207 | 160 | 0 | 52 | 64 | 11 | 14 | 107 | 103 |
| Binary | 11100111 | 10000111 | 1110000 | 0 | 101010 | 110100 | 1001 | 1100 | 1000111 | 1000011 |
Color Harmonies of #E78770
Complementary color
Monochromatic Colors of #E78770
Black with #E78770
Text Example
Text Example
White with #E78770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78770; }
p { color: rgb(231,135,112); }
H1.HeaderClassName
{
color: #E78770;
}
.AnyTagClassName
{
color: #E78770;
}
</style>
background-color css
<style>
a { background-color: #E78770; }
a { background-color: rgb(231,135,112); }
div.DivClassName
{
background-color: #E78770;
}
.BgClassName
{
background-color: #E78770;
}
</style>
border-color css
<style>
span { border-color: #E78770; }
span { border-color: rgb(231,135,112); }
td.TdClassName
{
border-color: #E78770;
}
.TagClassName
{
border-color: #E78770;
}
</style>