Shades of New York Pink #E1826A
Tints of New York Pink #E1826A
RGB
CMYK
RGB Variations
Color information
#E1826A (or 0xE1826A) is known color: New York Pink. HEX triplet: E1, 82 and 6A. RGB value is (225,130,106). Sum of RGB (Red+Green+Blue) = 225+130+106=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1826A is #1E7D95. Grayscale: #9B9B9B. Windows color (decimal): -1998230 or 6980321. OLE color: 6980321.
HSL color Cylindrical-coordinate representation of color #E1826A: hue angle of 12.1º 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 #E1826A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 106 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.12 |
| HSL | 12.1º | 0.66% | 0.65% | - |
| HSV(B) | 12.1º | 0.53% | 0.88% | - |
| XYZ | 41.64 | 33.01 | 17.81 | - |
| YUV | 155.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 106 | 0 | 0.42 | 0.53 | 0.12 | 12.1 | 0.66 | 0.65 |
| Hex | E1 | 82 | 6A | 0 | 2A | 35 | C | C | 42 | 41 |
| Octal | 341 | 202 | 152 | 0 | 52 | 65 | 14 | 14 | 102 | 101 |
| Binary | 11100001 | 10000010 | 1101010 | 0 | 101010 | 110101 | 1100 | 1100 | 1000010 | 1000001 |
Color Harmonies of #E1826A
Complementary color
Monochromatic Colors of #E1826A
Black with #E1826A
Text Example
Text Example
White with #E1826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1826A; }
p { color: rgb(225,130,106); }
H1.HeaderClassName
{
color: #E1826A;
}
.AnyTagClassName
{
color: #E1826A;
}
</style>
background-color css
<style>
a { background-color: #E1826A; }
a { background-color: rgb(225,130,106); }
div.DivClassName
{
background-color: #E1826A;
}
.BgClassName
{
background-color: #E1826A;
}
</style>
border-color css
<style>
span { border-color: #E1826A; }
span { border-color: rgb(225,130,106); }
td.TdClassName
{
border-color: #E1826A;
}
.TagClassName
{
border-color: #E1826A;
}
</style>