Shades of New York Pink #E77F6B
Tints of New York Pink #E77F6B
RGB
CMYK
RGB Variations
Color information
#E77F6B (or 0xE77F6B) is known color: New York Pink. HEX triplet: E7, 7F and 6B. RGB value is (231,127,107). Sum of RGB (Red+Green+Blue) = 231+127+107=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F6B is #188094. Grayscale: #9C9C9C. Windows color (decimal): -1605781 or 7045095. OLE color: 7045095.
HSL color Cylindrical-coordinate representation of color #E77F6B: hue angle of 9.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E77F6B is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 107 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.09 |
| HSL | 9.68º | 0.72% | 0.66% | - |
| HSV(B) | 9.68º | 0.54% | 0.91% | - |
| XYZ | 43.2 | 33.23 | 18.05 | - |
| YUV | 155.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 107 | 0 | 0.45 | 0.54 | 0.09 | 9.68 | 0.72 | 0.66 |
| Hex | E7 | 7F | 6B | 0 | 2D | 36 | 9 | A | 48 | 42 |
| Octal | 347 | 177 | 153 | 0 | 55 | 66 | 11 | 12 | 110 | 102 |
| Binary | 11100111 | 1111111 | 1101011 | 0 | 101101 | 110110 | 1001 | 1010 | 1001000 | 1000010 |
Color Harmonies of #E77F6B
Complementary color
Monochromatic Colors of #E77F6B
Black with #E77F6B
Text Example
Text Example
White with #E77F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F6B; }
p { color: rgb(231,127,107); }
H1.HeaderClassName
{
color: #E77F6B;
}
.AnyTagClassName
{
color: #E77F6B;
}
</style>
background-color css
<style>
a { background-color: #E77F6B; }
a { background-color: rgb(231,127,107); }
div.DivClassName
{
background-color: #E77F6B;
}
.BgClassName
{
background-color: #E77F6B;
}
</style>
border-color css
<style>
span { border-color: #E77F6B; }
span { border-color: rgb(231,127,107); }
td.TdClassName
{
border-color: #E77F6B;
}
.TagClassName
{
border-color: #E77F6B;
}
</style>