Shades of New York Pink #E8846D
Tints of New York Pink #E8846D
RGB
CMYK
RGB Variations
Color information
#E8846D (or 0xE8846D) is known color: New York Pink. HEX triplet: E8, 84 and 6D. RGB value is (232,132,109). Sum of RGB (Red+Green+Blue) = 232+132+109=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8846D is #177B92. Grayscale: #9F9F9F. Windows color (decimal): -1538963 or 7177448. OLE color: 7177448.
HSL color Cylindrical-coordinate representation of color #E8846D: hue angle of 11.22º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8846D is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 109 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.09 |
| HSL | 11.22º | 0.73% | 0.67% | - |
| HSV(B) | 11.22º | 0.53% | 0.91% | - |
| XYZ | 44.29 | 34.76 | 18.84 | - |
| YUV | 159.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 109 | 0 | 0.43 | 0.53 | 0.09 | 11.22 | 0.73 | 0.67 |
| Hex | E8 | 84 | 6D | 0 | 2B | 35 | 9 | B | 49 | 43 |
| Octal | 350 | 204 | 155 | 0 | 53 | 65 | 11 | 13 | 111 | 103 |
| Binary | 11101000 | 10000100 | 1101101 | 0 | 101011 | 110101 | 1001 | 1011 | 1001001 | 1000011 |
Color Harmonies of #E8846D
Complementary color
Monochromatic Colors of #E8846D
Black with #E8846D
Text Example
Text Example
White with #E8846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8846D; }
p { color: rgb(232,132,109); }
H1.HeaderClassName
{
color: #E8846D;
}
.AnyTagClassName
{
color: #E8846D;
}
</style>
background-color css
<style>
a { background-color: #E8846D; }
a { background-color: rgb(232,132,109); }
div.DivClassName
{
background-color: #E8846D;
}
.BgClassName
{
background-color: #E8846D;
}
</style>
border-color css
<style>
span { border-color: #E8846D; }
span { border-color: rgb(232,132,109); }
td.TdClassName
{
border-color: #E8846D;
}
.TagClassName
{
border-color: #E8846D;
}
</style>