Shades of New York Pink #E2856F
Tints of New York Pink #E2856F
RGB
CMYK
RGB Variations
Color information
#E2856F (or 0xE2856F) is known color: New York Pink. HEX triplet: E2, 85 and 6F. RGB value is (226,133,111). Sum of RGB (Red+Green+Blue) = 226+133+111=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2856F is #1D7A90. Grayscale: #9E9E9E. Windows color (decimal): -1931921 or 7308770. OLE color: 7308770.
HSL color Cylindrical-coordinate representation of color #E2856F: hue angle of 11.48º 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 #E2856F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 111 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.11 |
| HSL | 11.48º | 0.66% | 0.66% | - |
| HSV(B) | 11.48º | 0.51% | 0.89% | - |
| XYZ | 42.62 | 34.09 | 19.37 | - |
| YUV | 158.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 111 | 0 | 0.41 | 0.51 | 0.11 | 11.48 | 0.66 | 0.66 |
| Hex | E2 | 85 | 6F | 0 | 29 | 33 | B | B | 42 | 42 |
| Octal | 342 | 205 | 157 | 0 | 51 | 63 | 13 | 13 | 102 | 102 |
| Binary | 11100010 | 10000101 | 1101111 | 0 | 101001 | 110011 | 1011 | 1011 | 1000010 | 1000010 |
Color Harmonies of #E2856F
Complementary color
Monochromatic Colors of #E2856F
Black with #E2856F
Text Example
Text Example
White with #E2856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2856F; }
p { color: rgb(226,133,111); }
H1.HeaderClassName
{
color: #E2856F;
}
.AnyTagClassName
{
color: #E2856F;
}
</style>
background-color css
<style>
a { background-color: #E2856F; }
a { background-color: rgb(226,133,111); }
div.DivClassName
{
background-color: #E2856F;
}
.BgClassName
{
background-color: #E2856F;
}
</style>
border-color css
<style>
span { border-color: #E2856F; }
span { border-color: rgb(226,133,111); }
td.TdClassName
{
border-color: #E2856F;
}
.TagClassName
{
border-color: #E2856F;
}
</style>