Shades of New York Pink #E68976
Tints of New York Pink #E68976
RGB
CMYK
RGB Variations
Color information
#E68976 (or 0xE68976) is known color: New York Pink. HEX triplet: E6, 89 and 76. RGB value is (230,137,118). Sum of RGB (Red+Green+Blue) = 230+137+118=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68976 is #197689. Grayscale: #A2A2A2. Windows color (decimal): -1668746 or 7768550. OLE color: 7768550.
HSL color Cylindrical-coordinate representation of color #E68976: hue angle of 10.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68976 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 118 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.10 |
| HSL | 10.18º | 0.69% | 0.68% | - |
| HSV(B) | 10.18º | 0.49% | 0.9% | - |
| XYZ | 44.85 | 36.02 | 21.73 | - |
| YUV | 162.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 118 | 0 | 0.40 | 0.49 | 0.10 | 10.18 | 0.69 | 0.68 |
| Hex | E6 | 89 | 76 | 0 | 28 | 31 | A | A | 45 | 44 |
| Octal | 346 | 211 | 166 | 0 | 50 | 61 | 12 | 12 | 105 | 104 |
| Binary | 11100110 | 10001001 | 1110110 | 0 | 101000 | 110001 | 1010 | 1010 | 1000101 | 1000100 |
Color Harmonies of #E68976
Complementary color
Monochromatic Colors of #E68976
Black with #E68976
Text Example
Text Example
White with #E68976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68976; }
p { color: rgb(230,137,118); }
H1.HeaderClassName
{
color: #E68976;
}
.AnyTagClassName
{
color: #E68976;
}
</style>
background-color css
<style>
a { background-color: #E68976; }
a { background-color: rgb(230,137,118); }
div.DivClassName
{
background-color: #E68976;
}
.BgClassName
{
background-color: #E68976;
}
</style>
border-color css
<style>
span { border-color: #E68976; }
span { border-color: rgb(230,137,118); }
td.TdClassName
{
border-color: #E68976;
}
.TagClassName
{
border-color: #E68976;
}
</style>