Shades of New York Pink #E3866F
Tints of New York Pink #E3866F
RGB
CMYK
RGB Variations
Color information
#E3866F (or 0xE3866F) is known color: New York Pink. HEX triplet: E3, 86 and 6F. RGB value is (227,134,111). Sum of RGB (Red+Green+Blue) = 227+134+111=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3866F is #1C7990. Grayscale: #9F9F9F. Windows color (decimal): -1866129 or 7309027. OLE color: 7309027.
HSL color Cylindrical-coordinate representation of color #E3866F: hue angle of 11.9º degrees, saturation: 0.67, 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 #E3866F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 111 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.11 |
| HSL | 11.9º | 0.67% | 0.66% | - |
| HSV(B) | 11.9º | 0.51% | 0.89% | - |
| XYZ | 43.07 | 34.53 | 19.43 | - |
| YUV | 159.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 111 | 0 | 0.41 | 0.51 | 0.11 | 11.9 | 0.67 | 0.66 |
| Hex | E3 | 86 | 6F | 0 | 29 | 33 | B | C | 43 | 42 |
| Octal | 343 | 206 | 157 | 0 | 51 | 63 | 13 | 14 | 103 | 102 |
| Binary | 11100011 | 10000110 | 1101111 | 0 | 101001 | 110011 | 1011 | 1100 | 1000011 | 1000010 |
Color Harmonies of #E3866F
Complementary color
Monochromatic Colors of #E3866F
Black with #E3866F
Text Example
Text Example
White with #E3866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3866F; }
p { color: rgb(227,134,111); }
H1.HeaderClassName
{
color: #E3866F;
}
.AnyTagClassName
{
color: #E3866F;
}
</style>
background-color css
<style>
a { background-color: #E3866F; }
a { background-color: rgb(227,134,111); }
div.DivClassName
{
background-color: #E3866F;
}
.BgClassName
{
background-color: #E3866F;
}
</style>
border-color css
<style>
span { border-color: #E3866F; }
span { border-color: rgb(227,134,111); }
td.TdClassName
{
border-color: #E3866F;
}
.TagClassName
{
border-color: #E3866F;
}
</style>