Shades of New York Pink #E68A77
Tints of New York Pink #E68A77
RGB
CMYK
RGB Variations
Color information
#E68A77 (or 0xE68A77) is known color: New York Pink. HEX triplet: E6, 8A and 77. RGB value is (230,138,119). Sum of RGB (Red+Green+Blue) = 230+138+119=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A77 is #197588. Grayscale: #A3A3A3. Windows color (decimal): -1668489 or 7834342. OLE color: 7834342.
HSL color Cylindrical-coordinate representation of color #E68A77: hue angle of 10.27º 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 #E68A77 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 119 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.10 |
| HSL | 10.27º | 0.69% | 0.68% | - |
| HSV(B) | 10.27º | 0.48% | 0.9% | - |
| XYZ | 45.05 | 36.33 | 22.09 | - |
| YUV | 163.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 119 | 0 | 0.4 | 0.48 | 0.10 | 10.27 | 0.69 | 0.68 |
| Hex | E6 | 8A | 77 | 0 | 28 | 30 | A | A | 45 | 44 |
| Octal | 346 | 212 | 167 | 0 | 50 | 60 | 12 | 12 | 105 | 104 |
| Binary | 11100110 | 10001010 | 1110111 | 0 | 101000 | 110000 | 1010 | 1010 | 1000101 | 1000100 |
Color Harmonies of #E68A77
Complementary color
Monochromatic Colors of #E68A77
Black with #E68A77
Text Example
Text Example
White with #E68A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A77; }
p { color: rgb(230,138,119); }
H1.HeaderClassName
{
color: #E68A77;
}
.AnyTagClassName
{
color: #E68A77;
}
</style>
background-color css
<style>
a { background-color: #E68A77; }
a { background-color: rgb(230,138,119); }
div.DivClassName
{
background-color: #E68A77;
}
.BgClassName
{
background-color: #E68A77;
}
</style>
border-color css
<style>
span { border-color: #E68A77; }
span { border-color: rgb(230,138,119); }
td.TdClassName
{
border-color: #E68A77;
}
.TagClassName
{
border-color: #E68A77;
}
</style>