Shades of New York Pink #E8806A
Tints of New York Pink #E8806A
RGB
CMYK
RGB Variations
Color information
#E8806A (or 0xE8806A) is known color: New York Pink. HEX triplet: E8, 80 and 6A. RGB value is (232,128,106). Sum of RGB (Red+Green+Blue) = 232+128+106=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8806A is #177F95. Grayscale: #9C9C9C. Windows color (decimal): -1539990 or 6979816. OLE color: 6979816.
HSL color Cylindrical-coordinate representation of color #E8806A: hue angle of 10.48º 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 #E8806A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 106 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.09 |
| HSL | 10.48º | 0.73% | 0.66% | - |
| HSV(B) | 10.48º | 0.54% | 0.91% | - |
| XYZ | 43.6 | 33.63 | 17.83 | - |
| YUV | 156.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 106 | 0 | 0.45 | 0.54 | 0.09 | 10.48 | 0.73 | 0.66 |
| Hex | E8 | 80 | 6A | 0 | 2D | 36 | 9 | A | 49 | 42 |
| Octal | 350 | 200 | 152 | 0 | 55 | 66 | 11 | 12 | 111 | 102 |
| Binary | 11101000 | 10000000 | 1101010 | 0 | 101101 | 110110 | 1001 | 1010 | 1001001 | 1000010 |
Color Harmonies of #E8806A
Complementary color
Monochromatic Colors of #E8806A
Black with #E8806A
Text Example
Text Example
White with #E8806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8806A; }
p { color: rgb(232,128,106); }
H1.HeaderClassName
{
color: #E8806A;
}
.AnyTagClassName
{
color: #E8806A;
}
</style>
background-color css
<style>
a { background-color: #E8806A; }
a { background-color: rgb(232,128,106); }
div.DivClassName
{
background-color: #E8806A;
}
.BgClassName
{
background-color: #E8806A;
}
</style>
border-color css
<style>
span { border-color: #E8806A; }
span { border-color: rgb(232,128,106); }
td.TdClassName
{
border-color: #E8806A;
}
.TagClassName
{
border-color: #E8806A;
}
</style>