Shades of New York Pink #E1856D
Tints of New York Pink #E1856D
RGB
CMYK
RGB Variations
Color information
#E1856D (or 0xE1856D) is known color: New York Pink. HEX triplet: E1, 85 and 6D. RGB value is (225,133,109). Sum of RGB (Red+Green+Blue) = 225+133+109=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856D is #1E7A92. Grayscale: #9D9D9D. Windows color (decimal): -1997459 or 7177697. OLE color: 7177697.
HSL color Cylindrical-coordinate representation of color #E1856D: hue angle of 12.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1856D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 109 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.12 |
| HSL | 12.41º | 0.66% | 0.65% | - |
| HSV(B) | 12.41º | 0.52% | 0.88% | - |
| XYZ | 42.2 | 33.89 | 18.78 | - |
| YUV | 157.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 109 | 0 | 0.41 | 0.52 | 0.12 | 12.41 | 0.66 | 0.65 |
| Hex | E1 | 85 | 6D | 0 | 29 | 34 | C | C | 42 | 41 |
| Octal | 341 | 205 | 155 | 0 | 51 | 64 | 14 | 14 | 102 | 101 |
| Binary | 11100001 | 10000101 | 1101101 | 0 | 101001 | 110100 | 1100 | 1100 | 1000010 | 1000001 |
Color Harmonies of #E1856D
Complementary color
Monochromatic Colors of #E1856D
Black with #E1856D
Text Example
Text Example
White with #E1856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1856D; }
p { color: rgb(225,133,109); }
H1.HeaderClassName
{
color: #E1856D;
}
.AnyTagClassName
{
color: #E1856D;
}
</style>
background-color css
<style>
a { background-color: #E1856D; }
a { background-color: rgb(225,133,109); }
div.DivClassName
{
background-color: #E1856D;
}
.BgClassName
{
background-color: #E1856D;
}
</style>
border-color css
<style>
span { border-color: #E1856D; }
span { border-color: rgb(225,133,109); }
td.TdClassName
{
border-color: #E1856D;
}
.TagClassName
{
border-color: #E1856D;
}
</style>