Shades of New York Pink #E1866D
Tints of New York Pink #E1866D
RGB
CMYK
RGB Variations
Color information
#E1866D (or 0xE1866D) is known color: New York Pink. HEX triplet: E1, 86 and 6D. RGB value is (225,134,109). Sum of RGB (Red+Green+Blue) = 225+134+109=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1866D is #1E7992. Grayscale: #9E9E9E. Windows color (decimal): -1997203 or 7177953. OLE color: 7177953.
HSL color Cylindrical-coordinate representation of color #E1866D: hue angle of 12.93º 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 #E1866D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 109 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.12 |
| HSL | 12.93º | 0.66% | 0.65% | - |
| HSV(B) | 12.93º | 0.52% | 0.88% | - |
| XYZ | 42.34 | 34.16 | 18.83 | - |
| YUV | 158.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 109 | 0 | 0.40 | 0.52 | 0.12 | 12.93 | 0.66 | 0.65 |
| Hex | E1 | 86 | 6D | 0 | 28 | 34 | C | D | 42 | 41 |
| Octal | 341 | 206 | 155 | 0 | 50 | 64 | 14 | 15 | 102 | 101 |
| Binary | 11100001 | 10000110 | 1101101 | 0 | 101000 | 110100 | 1100 | 1101 | 1000010 | 1000001 |
Color Harmonies of #E1866D
Complementary color
Monochromatic Colors of #E1866D
Black with #E1866D
Text Example
Text Example
White with #E1866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1866D; }
p { color: rgb(225,134,109); }
H1.HeaderClassName
{
color: #E1866D;
}
.AnyTagClassName
{
color: #E1866D;
}
</style>
background-color css
<style>
a { background-color: #E1866D; }
a { background-color: rgb(225,134,109); }
div.DivClassName
{
background-color: #E1866D;
}
.BgClassName
{
background-color: #E1866D;
}
</style>
border-color css
<style>
span { border-color: #E1866D; }
span { border-color: rgb(225,134,109); }
td.TdClassName
{
border-color: #E1866D;
}
.TagClassName
{
border-color: #E1866D;
}
</style>