Shades of New York Pink #E2866D
Tints of New York Pink #E2866D
RGB
CMYK
RGB Variations
Color information
#E2866D (or 0xE2866D) is known color: New York Pink. HEX triplet: E2, 86 and 6D. RGB value is (226,134,109). Sum of RGB (Red+Green+Blue) = 226+134+109=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2866D is #1D7992. Grayscale: #9E9E9E. Windows color (decimal): -1931667 or 7177954. OLE color: 7177954.
HSL color Cylindrical-coordinate representation of color #E2866D: hue angle of 12.82º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2866D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 109 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.11 |
| HSL | 12.82º | 0.67% | 0.66% | - |
| HSV(B) | 12.82º | 0.52% | 0.89% | - |
| XYZ | 42.65 | 34.32 | 18.85 | - |
| YUV | 158.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 109 | 0 | 0.41 | 0.52 | 0.11 | 12.82 | 0.67 | 0.66 |
| Hex | E2 | 86 | 6D | 0 | 29 | 34 | B | D | 43 | 42 |
| Octal | 342 | 206 | 155 | 0 | 51 | 64 | 13 | 15 | 103 | 102 |
| Binary | 11100010 | 10000110 | 1101101 | 0 | 101001 | 110100 | 1011 | 1101 | 1000011 | 1000010 |
Color Harmonies of #E2866D
Complementary color
Monochromatic Colors of #E2866D
Black with #E2866D
Text Example
Text Example
White with #E2866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2866D; }
p { color: rgb(226,134,109); }
H1.HeaderClassName
{
color: #E2866D;
}
.AnyTagClassName
{
color: #E2866D;
}
</style>
background-color css
<style>
a { background-color: #E2866D; }
a { background-color: rgb(226,134,109); }
div.DivClassName
{
background-color: #E2866D;
}
.BgClassName
{
background-color: #E2866D;
}
</style>
border-color css
<style>
span { border-color: #E2866D; }
span { border-color: rgb(226,134,109); }
td.TdClassName
{
border-color: #E2866D;
}
.TagClassName
{
border-color: #E2866D;
}
</style>