Shades of New York Pink #E0826A
Tints of New York Pink #E0826A
RGB
CMYK
RGB Variations
Color information
#E0826A (or 0xE0826A) is known color: New York Pink. HEX triplet: E0, 82 and 6A. RGB value is (224,130,106). Sum of RGB (Red+Green+Blue) = 224+130+106=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0826A is #1F7D95. Grayscale: #9B9B9B. Windows color (decimal): -2063766 or 6980320. OLE color: 6980320.
HSL color Cylindrical-coordinate representation of color #E0826A: hue angle of 12.2º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0826A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 106 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.12 |
| HSL | 12.2º | 0.66% | 0.65% | - |
| HSV(B) | 12.2º | 0.53% | 0.88% | - |
| XYZ | 41.32 | 32.85 | 17.8 | - |
| YUV | 155.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 106 | 0 | 0.42 | 0.53 | 0.12 | 12.2 | 0.66 | 0.65 |
| Hex | E0 | 82 | 6A | 0 | 2A | 35 | C | C | 42 | 41 |
| Octal | 340 | 202 | 152 | 0 | 52 | 65 | 14 | 14 | 102 | 101 |
| Binary | 11100000 | 10000010 | 1101010 | 0 | 101010 | 110101 | 1100 | 1100 | 1000010 | 1000001 |
Color Harmonies of #E0826A
Complementary color
Monochromatic Colors of #E0826A
Black with #E0826A
Text Example
Text Example
White with #E0826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0826A; }
p { color: rgb(224,130,106); }
H1.HeaderClassName
{
color: #E0826A;
}
.AnyTagClassName
{
color: #E0826A;
}
</style>
background-color css
<style>
a { background-color: #E0826A; }
a { background-color: rgb(224,130,106); }
div.DivClassName
{
background-color: #E0826A;
}
.BgClassName
{
background-color: #E0826A;
}
</style>
border-color css
<style>
span { border-color: #E0826A; }
span { border-color: rgb(224,130,106); }
td.TdClassName
{
border-color: #E0826A;
}
.TagClassName
{
border-color: #E0826A;
}
</style>