Shades of New York Pink #E6897B
Tints of New York Pink #E6897B
RGB
CMYK
RGB Variations
Color information
#E6897B (or 0xE6897B) is known color: New York Pink. HEX triplet: E6, 89 and 7B. RGB value is (230,137,123). Sum of RGB (Red+Green+Blue) = 230+137+123=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6897B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6897B is #197684. Grayscale: #A3A3A3. Windows color (decimal): -1668741 or 8096230. OLE color: 8096230.
HSL color Cylindrical-coordinate representation of color #E6897B: hue angle of 7.85º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6897B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 123 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.10 |
| HSL | 7.85º | 0.68% | 0.69% | - |
| HSV(B) | 7.85º | 0.47% | 0.9% | - |
| XYZ | 45.15 | 36.14 | 23.34 | - |
| YUV | 163.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 123 | 0 | 0.40 | 0.47 | 0.10 | 7.85 | 0.68 | 0.69 |
| Hex | E6 | 89 | 7B | 0 | 28 | 2F | A | 8 | 44 | 45 |
| Octal | 346 | 211 | 173 | 0 | 50 | 57 | 12 | 10 | 104 | 105 |
| Binary | 11100110 | 10001001 | 1111011 | 0 | 101000 | 101111 | 1010 | 1000 | 1000100 | 1000101 |
Color Harmonies of #E6897B
Complementary color
Monochromatic Colors of #E6897B
Black with #E6897B
Text Example
Text Example
White with #E6897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6897B; }
p { color: rgb(230,137,123); }
H1.HeaderClassName
{
color: #E6897B;
}
.AnyTagClassName
{
color: #E6897B;
}
</style>
background-color css
<style>
a { background-color: #E6897B; }
a { background-color: rgb(230,137,123); }
div.DivClassName
{
background-color: #E6897B;
}
.BgClassName
{
background-color: #E6897B;
}
</style>
border-color css
<style>
span { border-color: #E6897B; }
span { border-color: rgb(230,137,123); }
td.TdClassName
{
border-color: #E6897B;
}
.TagClassName
{
border-color: #E6897B;
}
</style>