Shades of New York Pink #E6897C
Tints of New York Pink #E6897C
RGB
CMYK
RGB Variations
Color information
#E6897C (or 0xE6897C) is known color: New York Pink. HEX triplet: E6, 89 and 7C. RGB value is (230,137,124). Sum of RGB (Red+Green+Blue) = 230+137+124=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6897C is #197683. Grayscale: #A3A3A3. Windows color (decimal): -1668740 or 8161766. OLE color: 8161766.
HSL color Cylindrical-coordinate representation of color #E6897C: hue angle of 7.36º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6897C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 124 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.10 |
| HSL | 7.36º | 0.68% | 0.69% | - |
| HSV(B) | 7.36º | 0.46% | 0.9% | - |
| XYZ | 45.22 | 36.17 | 23.67 | - |
| YUV | 163.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 124 | 0 | 0.40 | 0.46 | 0.10 | 7.36 | 0.68 | 0.69 |
| Hex | E6 | 89 | 7C | 0 | 28 | 2E | A | 7 | 44 | 45 |
| Octal | 346 | 211 | 174 | 0 | 50 | 56 | 12 | 7 | 104 | 105 |
| Binary | 11100110 | 10001001 | 1111100 | 0 | 101000 | 101110 | 1010 | 111 | 1000100 | 1000101 |
Color Harmonies of #E6897C
Complementary color
Monochromatic Colors of #E6897C
Black with #E6897C
Text Example
Text Example
White with #E6897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6897C; }
p { color: rgb(230,137,124); }
H1.HeaderClassName
{
color: #E6897C;
}
.AnyTagClassName
{
color: #E6897C;
}
</style>
background-color css
<style>
a { background-color: #E6897C; }
a { background-color: rgb(230,137,124); }
div.DivClassName
{
background-color: #E6897C;
}
.BgClassName
{
background-color: #E6897C;
}
</style>
border-color css
<style>
span { border-color: #E6897C; }
span { border-color: rgb(230,137,124); }
td.TdClassName
{
border-color: #E6897C;
}
.TagClassName
{
border-color: #E6897C;
}
</style>