Shades of New York Pink #E2826F
Tints of New York Pink #E2826F
RGB
CMYK
RGB Variations
Color information
#E2826F (or 0xE2826F) is known color: New York Pink. HEX triplet: E2, 82 and 6F. RGB value is (226,130,111). Sum of RGB (Red+Green+Blue) = 226+130+111=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2826F is #1D7D90. Grayscale: #9C9C9C. Windows color (decimal): -1932689 or 7308002. OLE color: 7308002.
HSL color Cylindrical-coordinate representation of color #E2826F: hue angle of 9.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2826F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 111 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.11 |
| HSL | 9.91º | 0.66% | 0.66% | - |
| HSV(B) | 9.91º | 0.51% | 0.89% | - |
| XYZ | 42.22 | 33.28 | 19.24 | - |
| YUV | 156.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 111 | 0 | 0.42 | 0.51 | 0.11 | 9.91 | 0.66 | 0.66 |
| Hex | E2 | 82 | 6F | 0 | 2A | 33 | B | A | 42 | 42 |
| Octal | 342 | 202 | 157 | 0 | 52 | 63 | 13 | 12 | 102 | 102 |
| Binary | 11100010 | 10000010 | 1101111 | 0 | 101010 | 110011 | 1011 | 1010 | 1000010 | 1000010 |
Color Harmonies of #E2826F
Complementary color
Monochromatic Colors of #E2826F
Black with #E2826F
Text Example
Text Example
White with #E2826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2826F; }
p { color: rgb(226,130,111); }
H1.HeaderClassName
{
color: #E2826F;
}
.AnyTagClassName
{
color: #E2826F;
}
</style>
background-color css
<style>
a { background-color: #E2826F; }
a { background-color: rgb(226,130,111); }
div.DivClassName
{
background-color: #E2826F;
}
.BgClassName
{
background-color: #E2826F;
}
</style>
border-color css
<style>
span { border-color: #E2826F; }
span { border-color: rgb(226,130,111); }
td.TdClassName
{
border-color: #E2826F;
}
.TagClassName
{
border-color: #E2826F;
}
</style>