Shades of New York Pink #E77E68
Tints of New York Pink #E77E68
RGB
CMYK
RGB Variations
Color information
#E77E68 (or 0xE77E68) is known color: New York Pink. HEX triplet: E7, 7E and 68. RGB value is (231,126,104). Sum of RGB (Red+Green+Blue) = 231+126+104=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E68 is #188197. Grayscale: #9B9B9B. Windows color (decimal): -1606040 or 6848231. OLE color: 6848231.
HSL color Cylindrical-coordinate representation of color #E77E68: hue angle of 10.39º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77E68 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 104 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.09 |
| HSL | 10.39º | 0.73% | 0.66% | - |
| HSV(B) | 10.39º | 0.55% | 0.91% | - |
| XYZ | 42.91 | 32.91 | 17.19 | - |
| YUV | 154.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 104 | 0 | 0.45 | 0.55 | 0.09 | 10.39 | 0.73 | 0.66 |
| Hex | E7 | 7E | 68 | 0 | 2D | 37 | 9 | A | 49 | 42 |
| Octal | 347 | 176 | 150 | 0 | 55 | 67 | 11 | 12 | 111 | 102 |
| Binary | 11100111 | 1111110 | 1101000 | 0 | 101101 | 110111 | 1001 | 1010 | 1001001 | 1000010 |
Color Harmonies of #E77E68
Complementary color
Monochromatic Colors of #E77E68
Black with #E77E68
Text Example
Text Example
White with #E77E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E68; }
p { color: rgb(231,126,104); }
H1.HeaderClassName
{
color: #E77E68;
}
.AnyTagClassName
{
color: #E77E68;
}
</style>
background-color css
<style>
a { background-color: #E77E68; }
a { background-color: rgb(231,126,104); }
div.DivClassName
{
background-color: #E77E68;
}
.BgClassName
{
background-color: #E77E68;
}
</style>
border-color css
<style>
span { border-color: #E77E68; }
span { border-color: rgb(231,126,104); }
td.TdClassName
{
border-color: #E77E68;
}
.TagClassName
{
border-color: #E77E68;
}
</style>