Shades of New York Pink #E2866C
Tints of New York Pink #E2866C
RGB
CMYK
RGB Variations
Color information
#E2866C (or 0xE2866C) is known color: New York Pink. HEX triplet: E2, 86 and 6C. RGB value is (226,134,108). Sum of RGB (Red+Green+Blue) = 226+134+108=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2866C is #1D7993. Grayscale: #9E9E9E. Windows color (decimal): -1931668 or 7112418. OLE color: 7112418.
HSL color Cylindrical-coordinate representation of color #E2866C: hue angle of 13.22º 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 #E2866C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 108 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.11 |
| HSL | 13.22º | 0.67% | 0.65% | - |
| HSV(B) | 13.22º | 0.52% | 0.89% | - |
| XYZ | 42.6 | 34.3 | 18.56 | - |
| YUV | 158.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 108 | 0 | 0.41 | 0.52 | 0.11 | 13.22 | 0.67 | 0.65 |
| Hex | E2 | 86 | 6C | 0 | 29 | 34 | B | D | 43 | 41 |
| Octal | 342 | 206 | 154 | 0 | 51 | 64 | 13 | 15 | 103 | 101 |
| Binary | 11100010 | 10000110 | 1101100 | 0 | 101001 | 110100 | 1011 | 1101 | 1000011 | 1000001 |
Color Harmonies of #E2866C
Complementary color
Monochromatic Colors of #E2866C
Black with #E2866C
Text Example
Text Example
White with #E2866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2866C; }
p { color: rgb(226,134,108); }
H1.HeaderClassName
{
color: #E2866C;
}
.AnyTagClassName
{
color: #E2866C;
}
</style>
background-color css
<style>
a { background-color: #E2866C; }
a { background-color: rgb(226,134,108); }
div.DivClassName
{
background-color: #E2866C;
}
.BgClassName
{
background-color: #E2866C;
}
</style>
border-color css
<style>
span { border-color: #E2866C; }
span { border-color: rgb(226,134,108); }
td.TdClassName
{
border-color: #E2866C;
}
.TagClassName
{
border-color: #E2866C;
}
</style>