Shades of New York Pink #E0866F
Tints of New York Pink #E0866F
RGB
CMYK
RGB Variations
Color information
#E0866F (or 0xE0866F) is known color: New York Pink. HEX triplet: E0, 86 and 6F. RGB value is (224,134,111). Sum of RGB (Red+Green+Blue) = 224+134+111=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866F is #1F7990. Grayscale: #9E9E9E. Windows color (decimal): -2062737 or 7309024. OLE color: 7309024.
HSL color Cylindrical-coordinate representation of color #E0866F: hue angle of 12.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0866F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 111 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.12 |
| HSL | 12.21º | 0.65% | 0.66% | - |
| HSV(B) | 12.21º | 0.5% | 0.88% | - |
| XYZ | 42.13 | 34.05 | 19.39 | - |
| YUV | 158.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 111 | 0 | 0.40 | 0.50 | 0.12 | 12.21 | 0.65 | 0.66 |
| Hex | E0 | 86 | 6F | 0 | 28 | 32 | C | C | 41 | 42 |
| Octal | 340 | 206 | 157 | 0 | 50 | 62 | 14 | 14 | 101 | 102 |
| Binary | 11100000 | 10000110 | 1101111 | 0 | 101000 | 110010 | 1100 | 1100 | 1000001 | 1000010 |
Color Harmonies of #E0866F
Complementary color
Monochromatic Colors of #E0866F
Black with #E0866F
Text Example
Text Example
White with #E0866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0866F; }
p { color: rgb(224,134,111); }
H1.HeaderClassName
{
color: #E0866F;
}
.AnyTagClassName
{
color: #E0866F;
}
</style>
background-color css
<style>
a { background-color: #E0866F; }
a { background-color: rgb(224,134,111); }
div.DivClassName
{
background-color: #E0866F;
}
.BgClassName
{
background-color: #E0866F;
}
</style>
border-color css
<style>
span { border-color: #E0866F; }
span { border-color: rgb(224,134,111); }
td.TdClassName
{
border-color: #E0866F;
}
.TagClassName
{
border-color: #E0866F;
}
</style>