Shades of New York Pink #E0826D
Tints of New York Pink #E0826D
RGB
CMYK
RGB Variations
Color information
#E0826D (or 0xE0826D) is known color: New York Pink. HEX triplet: E0, 82 and 6D. RGB value is (224,130,109). Sum of RGB (Red+Green+Blue) = 224+130+109=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0826D is #1F7D92. Grayscale: #9B9B9B. Windows color (decimal): -2063763 or 7176928. OLE color: 7176928.
HSL color Cylindrical-coordinate representation of color #E0826D: hue angle of 10.96º 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 #E0826D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 109 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.12 |
| HSL | 10.96º | 0.65% | 0.65% | - |
| HSV(B) | 10.96º | 0.51% | 0.88% | - |
| XYZ | 41.48 | 32.92 | 18.64 | - |
| YUV | 155.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 109 | 0 | 0.42 | 0.51 | 0.12 | 10.96 | 0.65 | 0.65 |
| Hex | E0 | 82 | 6D | 0 | 2A | 33 | C | B | 41 | 41 |
| Octal | 340 | 202 | 155 | 0 | 52 | 63 | 14 | 13 | 101 | 101 |
| Binary | 11100000 | 10000010 | 1101101 | 0 | 101010 | 110011 | 1100 | 1011 | 1000001 | 1000001 |
Color Harmonies of #E0826D
Complementary color
Monochromatic Colors of #E0826D
Black with #E0826D
Text Example
Text Example
White with #E0826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0826D; }
p { color: rgb(224,130,109); }
H1.HeaderClassName
{
color: #E0826D;
}
.AnyTagClassName
{
color: #E0826D;
}
</style>
background-color css
<style>
a { background-color: #E0826D; }
a { background-color: rgb(224,130,109); }
div.DivClassName
{
background-color: #E0826D;
}
.BgClassName
{
background-color: #E0826D;
}
</style>
border-color css
<style>
span { border-color: #E0826D; }
span { border-color: rgb(224,130,109); }
td.TdClassName
{
border-color: #E0826D;
}
.TagClassName
{
border-color: #E0826D;
}
</style>