Shades of New York Pink #E1856F
Tints of New York Pink #E1856F
RGB
CMYK
RGB Variations
Color information
#E1856F (or 0xE1856F) is known color: New York Pink. HEX triplet: E1, 85 and 6F. RGB value is (225,133,111). Sum of RGB (Red+Green+Blue) = 225+133+111=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856F is #1E7A90. Grayscale: #9E9E9E. Windows color (decimal): -1997457 or 7308769. OLE color: 7308769.
HSL color Cylindrical-coordinate representation of color #E1856F: hue angle of 11.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1856F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 111 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.12 |
| HSL | 11.58º | 0.66% | 0.66% | - |
| HSV(B) | 11.58º | 0.51% | 0.88% | - |
| XYZ | 42.31 | 33.93 | 19.36 | - |
| YUV | 158 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 111 | 0 | 0.41 | 0.51 | 0.12 | 11.58 | 0.66 | 0.66 |
| Hex | E1 | 85 | 6F | 0 | 29 | 33 | C | C | 42 | 42 |
| Octal | 341 | 205 | 157 | 0 | 51 | 63 | 14 | 14 | 102 | 102 |
| Binary | 11100001 | 10000101 | 1101111 | 0 | 101001 | 110011 | 1100 | 1100 | 1000010 | 1000010 |
Color Harmonies of #E1856F
Complementary color
Monochromatic Colors of #E1856F
Black with #E1856F
Text Example
Text Example
White with #E1856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1856F; }
p { color: rgb(225,133,111); }
H1.HeaderClassName
{
color: #E1856F;
}
.AnyTagClassName
{
color: #E1856F;
}
</style>
background-color css
<style>
a { background-color: #E1856F; }
a { background-color: rgb(225,133,111); }
div.DivClassName
{
background-color: #E1856F;
}
.BgClassName
{
background-color: #E1856F;
}
</style>
border-color css
<style>
span { border-color: #E1856F; }
span { border-color: rgb(225,133,111); }
td.TdClassName
{
border-color: #E1856F;
}
.TagClassName
{
border-color: #E1856F;
}
</style>