Shades of New York Pink #E7816D
Tints of New York Pink #E7816D
RGB
CMYK
RGB Variations
Color information
#E7816D (or 0xE7816D) is known color: New York Pink. HEX triplet: E7, 81 and 6D. RGB value is (231,129,109). Sum of RGB (Red+Green+Blue) = 231+129+109=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7816D is #187E92. Grayscale: #9D9D9D. Windows color (decimal): -1605267 or 7176679. OLE color: 7176679.
HSL color Cylindrical-coordinate representation of color #E7816D: hue angle of 9.84º degrees, saturation: 0.72, 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 #E7816D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 109 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.09 |
| HSL | 9.84º | 0.72% | 0.67% | - |
| HSV(B) | 9.84º | 0.53% | 0.91% | - |
| XYZ | 43.57 | 33.79 | 18.69 | - |
| YUV | 157.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 109 | 0 | 0.44 | 0.53 | 0.09 | 9.84 | 0.72 | 0.67 |
| Hex | E7 | 81 | 6D | 0 | 2C | 35 | 9 | A | 48 | 43 |
| Octal | 347 | 201 | 155 | 0 | 54 | 65 | 11 | 12 | 110 | 103 |
| Binary | 11100111 | 10000001 | 1101101 | 0 | 101100 | 110101 | 1001 | 1010 | 1001000 | 1000011 |
Color Harmonies of #E7816D
Complementary color
Monochromatic Colors of #E7816D
Black with #E7816D
Text Example
Text Example
White with #E7816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7816D; }
p { color: rgb(231,129,109); }
H1.HeaderClassName
{
color: #E7816D;
}
.AnyTagClassName
{
color: #E7816D;
}
</style>
background-color css
<style>
a { background-color: #E7816D; }
a { background-color: rgb(231,129,109); }
div.DivClassName
{
background-color: #E7816D;
}
.BgClassName
{
background-color: #E7816D;
}
</style>
border-color css
<style>
span { border-color: #E7816D; }
span { border-color: rgb(231,129,109); }
td.TdClassName
{
border-color: #E7816D;
}
.TagClassName
{
border-color: #E7816D;
}
</style>