Shades of New York Pink #E2856C
Tints of New York Pink #E2856C
RGB
CMYK
RGB Variations
Color information
#E2856C (or 0xE2856C) is known color: New York Pink. HEX triplet: E2, 85 and 6C. RGB value is (226,133,108). Sum of RGB (Red+Green+Blue) = 226+133+108=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2856C is #1D7A93. Grayscale: #9E9E9E. Windows color (decimal): -1931924 or 7112162. OLE color: 7112162.
HSL color Cylindrical-coordinate representation of color #E2856C: hue angle of 12.71º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2856C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 108 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.11 |
| HSL | 12.71º | 0.67% | 0.65% | - |
| HSV(B) | 12.71º | 0.52% | 0.89% | - |
| XYZ | 42.46 | 34.03 | 18.52 | - |
| YUV | 157.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 108 | 0 | 0.41 | 0.52 | 0.11 | 12.71 | 0.67 | 0.65 |
| Hex | E2 | 85 | 6C | 0 | 29 | 34 | B | D | 43 | 41 |
| Octal | 342 | 205 | 154 | 0 | 51 | 64 | 13 | 15 | 103 | 101 |
| Binary | 11100010 | 10000101 | 1101100 | 0 | 101001 | 110100 | 1011 | 1101 | 1000011 | 1000001 |
Color Harmonies of #E2856C
Complementary color
Monochromatic Colors of #E2856C
Black with #E2856C
Text Example
Text Example
White with #E2856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2856C; }
p { color: rgb(226,133,108); }
H1.HeaderClassName
{
color: #E2856C;
}
.AnyTagClassName
{
color: #E2856C;
}
</style>
background-color css
<style>
a { background-color: #E2856C; }
a { background-color: rgb(226,133,108); }
div.DivClassName
{
background-color: #E2856C;
}
.BgClassName
{
background-color: #E2856C;
}
</style>
border-color css
<style>
span { border-color: #E2856C; }
span { border-color: rgb(226,133,108); }
td.TdClassName
{
border-color: #E2856C;
}
.TagClassName
{
border-color: #E2856C;
}
</style>