Shades of New York Pink #E2846C
Tints of New York Pink #E2846C
RGB
CMYK
RGB Variations
Color information
#E2846C (or 0xE2846C) is known color: New York Pink. HEX triplet: E2, 84 and 6C. RGB value is (226,132,108). Sum of RGB (Red+Green+Blue) = 226+132+108=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2846C is #1D7B93. Grayscale: #9D9D9D. Windows color (decimal): -1932180 or 7111906. OLE color: 7111906.
HSL color Cylindrical-coordinate representation of color #E2846C: hue angle of 12.2º 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 #E2846C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 108 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.11 |
| HSL | 12.2º | 0.67% | 0.65% | - |
| HSV(B) | 12.2º | 0.52% | 0.89% | - |
| XYZ | 42.32 | 33.75 | 18.47 | - |
| YUV | 157.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 108 | 0 | 0.42 | 0.52 | 0.11 | 12.2 | 0.67 | 0.65 |
| Hex | E2 | 84 | 6C | 0 | 2A | 34 | B | C | 43 | 41 |
| Octal | 342 | 204 | 154 | 0 | 52 | 64 | 13 | 14 | 103 | 101 |
| Binary | 11100010 | 10000100 | 1101100 | 0 | 101010 | 110100 | 1011 | 1100 | 1000011 | 1000001 |
Color Harmonies of #E2846C
Complementary color
Monochromatic Colors of #E2846C
Black with #E2846C
Text Example
Text Example
White with #E2846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2846C; }
p { color: rgb(226,132,108); }
H1.HeaderClassName
{
color: #E2846C;
}
.AnyTagClassName
{
color: #E2846C;
}
</style>
background-color css
<style>
a { background-color: #E2846C; }
a { background-color: rgb(226,132,108); }
div.DivClassName
{
background-color: #E2846C;
}
.BgClassName
{
background-color: #E2846C;
}
</style>
border-color css
<style>
span { border-color: #E2846C; }
span { border-color: rgb(226,132,108); }
td.TdClassName
{
border-color: #E2846C;
}
.TagClassName
{
border-color: #E2846C;
}
</style>