Shades of New York Pink #E0867A
Tints of New York Pink #E0867A
RGB
CMYK
RGB Variations
Color information
#E0867A (or 0xE0867A) is known color: New York Pink. HEX triplet: E0, 86 and 7A. RGB value is (224,134,122). Sum of RGB (Red+Green+Blue) = 224+134+122=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0867A is #1F7985. Grayscale: #9F9F9F. Windows color (decimal): -2062726 or 8029920. OLE color: 8029920.
HSL color Cylindrical-coordinate representation of color #E0867A: hue angle of 7.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0867A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 122 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.12 |
| HSL | 7.06º | 0.62% | 0.68% | - |
| HSV(B) | 7.06º | 0.46% | 0.88% | - |
| XYZ | 42.78 | 34.3 | 22.78 | - |
| YUV | 159.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 122 | 0 | 0.40 | 0.46 | 0.12 | 7.06 | 0.62 | 0.68 |
| Hex | E0 | 86 | 7A | 0 | 28 | 2E | C | 7 | 3E | 44 |
| Octal | 340 | 206 | 172 | 0 | 50 | 56 | 14 | 7 | 76 | 104 |
| Binary | 11100000 | 10000110 | 1111010 | 0 | 101000 | 101110 | 1100 | 111 | 111110 | 1000100 |
Color Harmonies of #E0867A
Complementary color
Monochromatic Colors of #E0867A
Black with #E0867A
Text Example
Text Example
White with #E0867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0867A; }
p { color: rgb(224,134,122); }
H1.HeaderClassName
{
color: #E0867A;
}
.AnyTagClassName
{
color: #E0867A;
}
</style>
background-color css
<style>
a { background-color: #E0867A; }
a { background-color: rgb(224,134,122); }
div.DivClassName
{
background-color: #E0867A;
}
.BgClassName
{
background-color: #E0867A;
}
</style>
border-color css
<style>
span { border-color: #E0867A; }
span { border-color: rgb(224,134,122); }
td.TdClassName
{
border-color: #E0867A;
}
.TagClassName
{
border-color: #E0867A;
}
</style>