Shades of New York Pink #E7806C
Tints of New York Pink #E7806C
RGB
CMYK
RGB Variations
Color information
#E7806C (or 0xE7806C) is known color: New York Pink. HEX triplet: E7, 80 and 6C. RGB value is (231,128,108). Sum of RGB (Red+Green+Blue) = 231+128+108=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7806C is #187F93. Grayscale: #9C9C9C. Windows color (decimal): -1605524 or 7110887. OLE color: 7110887.
HSL color Cylindrical-coordinate representation of color #E7806C: hue angle of 9.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7806C is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 108 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.09 |
| HSL | 9.76º | 0.72% | 0.66% | - |
| HSV(B) | 9.76º | 0.53% | 0.91% | - |
| XYZ | 43.38 | 33.51 | 18.37 | - |
| YUV | 156.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 108 | 0 | 0.45 | 0.53 | 0.09 | 9.76 | 0.72 | 0.66 |
| Hex | E7 | 80 | 6C | 0 | 2D | 35 | 9 | A | 48 | 42 |
| Octal | 347 | 200 | 154 | 0 | 55 | 65 | 11 | 12 | 110 | 102 |
| Binary | 11100111 | 10000000 | 1101100 | 0 | 101101 | 110101 | 1001 | 1010 | 1001000 | 1000010 |
Color Harmonies of #E7806C
Complementary color
Monochromatic Colors of #E7806C
Black with #E7806C
Text Example
Text Example
White with #E7806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7806C; }
p { color: rgb(231,128,108); }
H1.HeaderClassName
{
color: #E7806C;
}
.AnyTagClassName
{
color: #E7806C;
}
</style>
background-color css
<style>
a { background-color: #E7806C; }
a { background-color: rgb(231,128,108); }
div.DivClassName
{
background-color: #E7806C;
}
.BgClassName
{
background-color: #E7806C;
}
</style>
border-color css
<style>
span { border-color: #E7806C; }
span { border-color: rgb(231,128,108); }
td.TdClassName
{
border-color: #E7806C;
}
.TagClassName
{
border-color: #E7806C;
}
</style>