Shades of New York Pink #E68977
Tints of New York Pink #E68977
RGB
CMYK
RGB Variations
Color information
#E68977 (or 0xE68977) is known color: New York Pink. HEX triplet: E6, 89 and 77. RGB value is (230,137,119). Sum of RGB (Red+Green+Blue) = 230+137+119=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68977 is #197688. Grayscale: #A2A2A2. Windows color (decimal): -1668745 or 7834086. OLE color: 7834086.
HSL color Cylindrical-coordinate representation of color #E68977: hue angle of 9.73º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68977 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 119 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.10 |
| HSL | 9.73º | 0.69% | 0.68% | - |
| HSV(B) | 9.73º | 0.48% | 0.9% | - |
| XYZ | 44.91 | 36.05 | 22.04 | - |
| YUV | 162.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 119 | 0 | 0.40 | 0.48 | 0.10 | 9.73 | 0.69 | 0.68 |
| Hex | E6 | 89 | 77 | 0 | 28 | 30 | A | A | 45 | 44 |
| Octal | 346 | 211 | 167 | 0 | 50 | 60 | 12 | 12 | 105 | 104 |
| Binary | 11100110 | 10001001 | 1110111 | 0 | 101000 | 110000 | 1010 | 1010 | 1000101 | 1000100 |
Color Harmonies of #E68977
Complementary color
Monochromatic Colors of #E68977
Black with #E68977
Text Example
Text Example
White with #E68977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68977; }
p { color: rgb(230,137,119); }
H1.HeaderClassName
{
color: #E68977;
}
.AnyTagClassName
{
color: #E68977;
}
</style>
background-color css
<style>
a { background-color: #E68977; }
a { background-color: rgb(230,137,119); }
div.DivClassName
{
background-color: #E68977;
}
.BgClassName
{
background-color: #E68977;
}
</style>
border-color css
<style>
span { border-color: #E68977; }
span { border-color: rgb(230,137,119); }
td.TdClassName
{
border-color: #E68977;
}
.TagClassName
{
border-color: #E68977;
}
</style>