Shades of New York Pink #E0806D
Tints of New York Pink #E0806D
RGB
CMYK
RGB Variations
Color information
#E0806D (or 0xE0806D) is known color: New York Pink. HEX triplet: E0, 80 and 6D. RGB value is (224,128,109). Sum of RGB (Red+Green+Blue) = 224+128+109=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0806D is #1F7F92. Grayscale: #9A9A9A. Windows color (decimal): -2064275 or 7176416. OLE color: 7176416.
HSL color Cylindrical-coordinate representation of color #E0806D: hue angle of 9.91º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0806D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 109 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.12 |
| HSL | 9.91º | 0.65% | 0.65% | - |
| HSV(B) | 9.91º | 0.51% | 0.88% | - |
| XYZ | 41.22 | 32.39 | 18.55 | - |
| YUV | 154.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 109 | 0 | 0.43 | 0.51 | 0.12 | 9.91 | 0.65 | 0.65 |
| Hex | E0 | 80 | 6D | 0 | 2B | 33 | C | A | 41 | 41 |
| Octal | 340 | 200 | 155 | 0 | 53 | 63 | 14 | 12 | 101 | 101 |
| Binary | 11100000 | 10000000 | 1101101 | 0 | 101011 | 110011 | 1100 | 1010 | 1000001 | 1000001 |
Color Harmonies of #E0806D
Complementary color
Monochromatic Colors of #E0806D
Black with #E0806D
Text Example
Text Example
White with #E0806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0806D; }
p { color: rgb(224,128,109); }
H1.HeaderClassName
{
color: #E0806D;
}
.AnyTagClassName
{
color: #E0806D;
}
</style>
background-color css
<style>
a { background-color: #E0806D; }
a { background-color: rgb(224,128,109); }
div.DivClassName
{
background-color: #E0806D;
}
.BgClassName
{
background-color: #E0806D;
}
</style>
border-color css
<style>
span { border-color: #E0806D; }
span { border-color: rgb(224,128,109); }
td.TdClassName
{
border-color: #E0806D;
}
.TagClassName
{
border-color: #E0806D;
}
</style>