Shades of New York Pink #E7816B
Tints of New York Pink #E7816B
RGB
CMYK
RGB Variations
Color information
#E7816B (or 0xE7816B) is known color: New York Pink. HEX triplet: E7, 81 and 6B. RGB value is (231,129,107). Sum of RGB (Red+Green+Blue) = 231+129+107=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7816B is #187E94. Grayscale: #9D9D9D. Windows color (decimal): -1605269 or 7045607. OLE color: 7045607.
HSL color Cylindrical-coordinate representation of color #E7816B: hue angle of 10.65º degrees, saturation: 0.72, 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 #E7816B is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 107 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.09 |
| HSL | 10.65º | 0.72% | 0.66% | - |
| HSV(B) | 10.65º | 0.54% | 0.91% | - |
| XYZ | 43.46 | 33.75 | 18.13 | - |
| YUV | 156.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 107 | 0 | 0.44 | 0.54 | 0.09 | 10.65 | 0.72 | 0.66 |
| Hex | E7 | 81 | 6B | 0 | 2C | 36 | 9 | B | 48 | 42 |
| Octal | 347 | 201 | 153 | 0 | 54 | 66 | 11 | 13 | 110 | 102 |
| Binary | 11100111 | 10000001 | 1101011 | 0 | 101100 | 110110 | 1001 | 1011 | 1001000 | 1000010 |
Color Harmonies of #E7816B
Complementary color
Monochromatic Colors of #E7816B
Black with #E7816B
Text Example
Text Example
White with #E7816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7816B; }
p { color: rgb(231,129,107); }
H1.HeaderClassName
{
color: #E7816B;
}
.AnyTagClassName
{
color: #E7816B;
}
</style>
background-color css
<style>
a { background-color: #E7816B; }
a { background-color: rgb(231,129,107); }
div.DivClassName
{
background-color: #E7816B;
}
.BgClassName
{
background-color: #E7816B;
}
</style>
border-color css
<style>
span { border-color: #E7816B; }
span { border-color: rgb(231,129,107); }
td.TdClassName
{
border-color: #E7816B;
}
.TagClassName
{
border-color: #E7816B;
}
</style>