Shades of New York Pink #E1826C
Tints of New York Pink #E1826C
RGB
CMYK
RGB Variations
Color information
#E1826C (or 0xE1826C) is known color: New York Pink. HEX triplet: E1, 82 and 6C. RGB value is (225,130,108). Sum of RGB (Red+Green+Blue) = 225+130+108=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1826C is #1E7D93. Grayscale: #9C9C9C. Windows color (decimal): -1998228 or 7111393. OLE color: 7111393.
HSL color Cylindrical-coordinate representation of color #E1826C: hue angle of 11.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1826C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 108 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.12 |
| HSL | 11.28º | 0.66% | 0.65% | - |
| HSV(B) | 11.28º | 0.52% | 0.88% | - |
| XYZ | 41.74 | 33.06 | 18.37 | - |
| YUV | 155.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 108 | 0 | 0.42 | 0.52 | 0.12 | 11.28 | 0.66 | 0.65 |
| Hex | E1 | 82 | 6C | 0 | 2A | 34 | C | B | 42 | 41 |
| Octal | 341 | 202 | 154 | 0 | 52 | 64 | 14 | 13 | 102 | 101 |
| Binary | 11100001 | 10000010 | 1101100 | 0 | 101010 | 110100 | 1100 | 1011 | 1000010 | 1000001 |
Color Harmonies of #E1826C
Complementary color
Monochromatic Colors of #E1826C
Black with #E1826C
Text Example
Text Example
White with #E1826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1826C; }
p { color: rgb(225,130,108); }
H1.HeaderClassName
{
color: #E1826C;
}
.AnyTagClassName
{
color: #E1826C;
}
</style>
background-color css
<style>
a { background-color: #E1826C; }
a { background-color: rgb(225,130,108); }
div.DivClassName
{
background-color: #E1826C;
}
.BgClassName
{
background-color: #E1826C;
}
</style>
border-color css
<style>
span { border-color: #E1826C; }
span { border-color: rgb(225,130,108); }
td.TdClassName
{
border-color: #E1826C;
}
.TagClassName
{
border-color: #E1826C;
}
</style>