Shades of New York Pink #E5816C
Tints of New York Pink #E5816C
RGB
CMYK
RGB Variations
Color information
#E5816C (or 0xE5816C) is known color: New York Pink. HEX triplet: E5, 81 and 6C. RGB value is (229,129,108). Sum of RGB (Red+Green+Blue) = 229+129+108=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5816C is #1A7E93. Grayscale: #9C9C9C. Windows color (decimal): -1736340 or 7111141. OLE color: 7111141.
HSL color Cylindrical-coordinate representation of color #E5816C: hue angle of 10.41º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5816C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 108 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.10 |
| HSL | 10.41º | 0.7% | 0.66% | - |
| HSV(B) | 10.41º | 0.53% | 0.9% | - |
| XYZ | 42.87 | 33.44 | 18.38 | - |
| YUV | 156.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 108 | 0 | 0.44 | 0.53 | 0.10 | 10.41 | 0.7 | 0.66 |
| Hex | E5 | 81 | 6C | 0 | 2C | 35 | A | A | 46 | 42 |
| Octal | 345 | 201 | 154 | 0 | 54 | 65 | 12 | 12 | 106 | 102 |
| Binary | 11100101 | 10000001 | 1101100 | 0 | 101100 | 110101 | 1010 | 1010 | 1000110 | 1000010 |
Color Harmonies of #E5816C
Complementary color
Monochromatic Colors of #E5816C
Black with #E5816C
Text Example
Text Example
White with #E5816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5816C; }
p { color: rgb(229,129,108); }
H1.HeaderClassName
{
color: #E5816C;
}
.AnyTagClassName
{
color: #E5816C;
}
</style>
background-color css
<style>
a { background-color: #E5816C; }
a { background-color: rgb(229,129,108); }
div.DivClassName
{
background-color: #E5816C;
}
.BgClassName
{
background-color: #E5816C;
}
</style>
border-color css
<style>
span { border-color: #E5816C; }
span { border-color: rgb(229,129,108); }
td.TdClassName
{
border-color: #E5816C;
}
.TagClassName
{
border-color: #E5816C;
}
</style>