Shades of New York Pink #E7816C
Tints of New York Pink #E7816C
RGB
CMYK
RGB Variations
Color information
#E7816C (or 0xE7816C) is known color: New York Pink. HEX triplet: E7, 81 and 6C. RGB value is (231,129,108). Sum of RGB (Red+Green+Blue) = 231+129+108=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7816C is #187E93. Grayscale: #9D9D9D. Windows color (decimal): -1605268 or 7111143. OLE color: 7111143.
HSL color Cylindrical-coordinate representation of color #E7816C: hue angle of 10.24º 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 #E7816C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 108 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.09 |
| HSL | 10.24º | 0.72% | 0.66% | - |
| HSV(B) | 10.24º | 0.53% | 0.91% | - |
| XYZ | 43.51 | 33.77 | 18.41 | - |
| YUV | 157.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 108 | 0 | 0.44 | 0.53 | 0.09 | 10.24 | 0.72 | 0.66 |
| Hex | E7 | 81 | 6C | 0 | 2C | 35 | 9 | A | 48 | 42 |
| Octal | 347 | 201 | 154 | 0 | 54 | 65 | 11 | 12 | 110 | 102 |
| Binary | 11100111 | 10000001 | 1101100 | 0 | 101100 | 110101 | 1001 | 1010 | 1001000 | 1000010 |
Color Harmonies of #E7816C
Complementary color
Monochromatic Colors of #E7816C
Black with #E7816C
Text Example
Text Example
White with #E7816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7816C; }
p { color: rgb(231,129,108); }
H1.HeaderClassName
{
color: #E7816C;
}
.AnyTagClassName
{
color: #E7816C;
}
</style>
background-color css
<style>
a { background-color: #E7816C; }
a { background-color: rgb(231,129,108); }
div.DivClassName
{
background-color: #E7816C;
}
.BgClassName
{
background-color: #E7816C;
}
</style>
border-color css
<style>
span { border-color: #E7816C; }
span { border-color: rgb(231,129,108); }
td.TdClassName
{
border-color: #E7816C;
}
.TagClassName
{
border-color: #E7816C;
}
</style>