Shades of New York Pink #E8856A
Tints of New York Pink #E8856A
RGB
CMYK
RGB Variations
Color information
#E8856A (or 0xE8856A) is known color: New York Pink. HEX triplet: E8, 85 and 6A. RGB value is (232,133,106). Sum of RGB (Red+Green+Blue) = 232+133+106=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8856A is #177A95. Grayscale: #9F9F9F. Windows color (decimal): -1538710 or 6981096. OLE color: 6981096.
HSL color Cylindrical-coordinate representation of color #E8856A: hue angle of 12.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8856A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 106 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.09 |
| HSL | 12.86º | 0.73% | 0.66% | - |
| HSV(B) | 12.86º | 0.54% | 0.91% | - |
| XYZ | 44.27 | 34.97 | 18.05 | - |
| YUV | 159.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 106 | 0 | 0.43 | 0.54 | 0.09 | 12.86 | 0.73 | 0.66 |
| Hex | E8 | 85 | 6A | 0 | 2B | 36 | 9 | D | 49 | 42 |
| Octal | 350 | 205 | 152 | 0 | 53 | 66 | 11 | 15 | 111 | 102 |
| Binary | 11101000 | 10000101 | 1101010 | 0 | 101011 | 110110 | 1001 | 1101 | 1001001 | 1000010 |
Color Harmonies of #E8856A
Complementary color
Monochromatic Colors of #E8856A
Black with #E8856A
Text Example
Text Example
White with #E8856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8856A; }
p { color: rgb(232,133,106); }
H1.HeaderClassName
{
color: #E8856A;
}
.AnyTagClassName
{
color: #E8856A;
}
</style>
background-color css
<style>
a { background-color: #E8856A; }
a { background-color: rgb(232,133,106); }
div.DivClassName
{
background-color: #E8856A;
}
.BgClassName
{
background-color: #E8856A;
}
</style>
border-color css
<style>
span { border-color: #E8856A; }
span { border-color: rgb(232,133,106); }
td.TdClassName
{
border-color: #E8856A;
}
.TagClassName
{
border-color: #E8856A;
}
</style>