Shades of New York Pink #E3896E
Tints of New York Pink #E3896E
RGB
CMYK
RGB Variations
Color information
#E3896E (or 0xE3896E) is known color: New York Pink. HEX triplet: E3, 89 and 6E. RGB value is (227,137,110). Sum of RGB (Red+Green+Blue) = 227+137+110=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E3896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3896E is #1C7691. Grayscale: #A1A1A1. Windows color (decimal): -1865362 or 7244259. OLE color: 7244259.
HSL color Cylindrical-coordinate representation of color #E3896E: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3896E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 110 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.11 |
| HSL | 13.85º | 0.68% | 0.66% | - |
| HSV(B) | 13.85º | 0.52% | 0.89% | - |
| XYZ | 43.44 | 35.35 | 19.29 | - |
| YUV | 160.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 110 | 0 | 0.40 | 0.52 | 0.11 | 13.85 | 0.68 | 0.66 |
| Hex | E3 | 89 | 6E | 0 | 28 | 34 | B | E | 44 | 42 |
| Octal | 343 | 211 | 156 | 0 | 50 | 64 | 13 | 16 | 104 | 102 |
| Binary | 11100011 | 10001001 | 1101110 | 0 | 101000 | 110100 | 1011 | 1110 | 1000100 | 1000010 |
Color Harmonies of #E3896E
Complementary color
Monochromatic Colors of #E3896E
Black with #E3896E
Text Example
Text Example
White with #E3896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3896E; }
p { color: rgb(227,137,110); }
H1.HeaderClassName
{
color: #E3896E;
}
.AnyTagClassName
{
color: #E3896E;
}
</style>
background-color css
<style>
a { background-color: #E3896E; }
a { background-color: rgb(227,137,110); }
div.DivClassName
{
background-color: #E3896E;
}
.BgClassName
{
background-color: #E3896E;
}
</style>
border-color css
<style>
span { border-color: #E3896E; }
span { border-color: rgb(227,137,110); }
td.TdClassName
{
border-color: #E3896E;
}
.TagClassName
{
border-color: #E3896E;
}
</style>