Shades of New York Pink #E2846F
Tints of New York Pink #E2846F
RGB
CMYK
RGB Variations
Color information
#E2846F (or 0xE2846F) is known color: New York Pink. HEX triplet: E2, 84 and 6F. RGB value is (226,132,111). Sum of RGB (Red+Green+Blue) = 226+132+111=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2846F is #1D7B90. Grayscale: #9D9D9D. Windows color (decimal): -1932177 or 7308514. OLE color: 7308514.
HSL color Cylindrical-coordinate representation of color #E2846F: hue angle of 10.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2846F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 111 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.11 |
| HSL | 10.96º | 0.66% | 0.66% | - |
| HSV(B) | 10.96º | 0.51% | 0.89% | - |
| XYZ | 42.48 | 33.82 | 19.33 | - |
| YUV | 157.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 111 | 0 | 0.42 | 0.51 | 0.11 | 10.96 | 0.66 | 0.66 |
| Hex | E2 | 84 | 6F | 0 | 2A | 33 | B | B | 42 | 42 |
| Octal | 342 | 204 | 157 | 0 | 52 | 63 | 13 | 13 | 102 | 102 |
| Binary | 11100010 | 10000100 | 1101111 | 0 | 101010 | 110011 | 1011 | 1011 | 1000010 | 1000010 |
Color Harmonies of #E2846F
Complementary color
Monochromatic Colors of #E2846F
Black with #E2846F
Text Example
Text Example
White with #E2846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2846F; }
p { color: rgb(226,132,111); }
H1.HeaderClassName
{
color: #E2846F;
}
.AnyTagClassName
{
color: #E2846F;
}
</style>
background-color css
<style>
a { background-color: #E2846F; }
a { background-color: rgb(226,132,111); }
div.DivClassName
{
background-color: #E2846F;
}
.BgClassName
{
background-color: #E2846F;
}
</style>
border-color css
<style>
span { border-color: #E2846F; }
span { border-color: rgb(226,132,111); }
td.TdClassName
{
border-color: #E2846F;
}
.TagClassName
{
border-color: #E2846F;
}
</style>