Shades of New York Pink #E2836B
Tints of New York Pink #E2836B
RGB
CMYK
RGB Variations
Color information
#E2836B (or 0xE2836B) is known color: New York Pink. HEX triplet: E2, 83 and 6B. RGB value is (226,131,107). Sum of RGB (Red+Green+Blue) = 226+131+107=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2836B is #1D7C94. Grayscale: #9C9C9C. Windows color (decimal): -1932437 or 7046114. OLE color: 7046114.
HSL color Cylindrical-coordinate representation of color #E2836B: hue angle of 12.1º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2836B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 107 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.11 |
| HSL | 12.1º | 0.67% | 0.65% | - |
| HSV(B) | 12.1º | 0.53% | 0.89% | - |
| XYZ | 42.13 | 33.46 | 18.15 | - |
| YUV | 156.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 107 | 0 | 0.42 | 0.53 | 0.11 | 12.1 | 0.67 | 0.65 |
| Hex | E2 | 83 | 6B | 0 | 2A | 35 | B | C | 43 | 41 |
| Octal | 342 | 203 | 153 | 0 | 52 | 65 | 13 | 14 | 103 | 101 |
| Binary | 11100010 | 10000011 | 1101011 | 0 | 101010 | 110101 | 1011 | 1100 | 1000011 | 1000001 |
Color Harmonies of #E2836B
Complementary color
Monochromatic Colors of #E2836B
Black with #E2836B
Text Example
Text Example
White with #E2836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2836B; }
p { color: rgb(226,131,107); }
H1.HeaderClassName
{
color: #E2836B;
}
.AnyTagClassName
{
color: #E2836B;
}
</style>
background-color css
<style>
a { background-color: #E2836B; }
a { background-color: rgb(226,131,107); }
div.DivClassName
{
background-color: #E2836B;
}
.BgClassName
{
background-color: #E2836B;
}
</style>
border-color css
<style>
span { border-color: #E2836B; }
span { border-color: rgb(226,131,107); }
td.TdClassName
{
border-color: #E2836B;
}
.TagClassName
{
border-color: #E2836B;
}
</style>