Shades of New York Pink #E77F69
Tints of New York Pink #E77F69
RGB
CMYK
RGB Variations
Color information
#E77F69 (or 0xE77F69) is known color: New York Pink. HEX triplet: E7, 7F and 69. RGB value is (231,127,105). Sum of RGB (Red+Green+Blue) = 231+127+105=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F69 is #188096. Grayscale: #9B9B9B. Windows color (decimal): -1605783 or 6914023. OLE color: 6914023.
HSL color Cylindrical-coordinate representation of color #E77F69: hue angle of 10.48º degrees, saturation: 0.72, 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 #E77F69 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 105 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.09 |
| HSL | 10.48º | 0.72% | 0.66% | - |
| HSV(B) | 10.48º | 0.55% | 0.91% | - |
| XYZ | 43.09 | 33.19 | 17.5 | - |
| YUV | 155.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 105 | 0 | 0.45 | 0.55 | 0.09 | 10.48 | 0.72 | 0.66 |
| Hex | E7 | 7F | 69 | 0 | 2D | 37 | 9 | A | 48 | 42 |
| Octal | 347 | 177 | 151 | 0 | 55 | 67 | 11 | 12 | 110 | 102 |
| Binary | 11100111 | 1111111 | 1101001 | 0 | 101101 | 110111 | 1001 | 1010 | 1001000 | 1000010 |
Color Harmonies of #E77F69
Complementary color
Monochromatic Colors of #E77F69
Black with #E77F69
Text Example
Text Example
White with #E77F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F69; }
p { color: rgb(231,127,105); }
H1.HeaderClassName
{
color: #E77F69;
}
.AnyTagClassName
{
color: #E77F69;
}
</style>
background-color css
<style>
a { background-color: #E77F69; }
a { background-color: rgb(231,127,105); }
div.DivClassName
{
background-color: #E77F69;
}
.BgClassName
{
background-color: #E77F69;
}
</style>
border-color css
<style>
span { border-color: #E77F69; }
span { border-color: rgb(231,127,105); }
td.TdClassName
{
border-color: #E77F69;
}
.TagClassName
{
border-color: #E77F69;
}
</style>