Shades of New York Pink #E2806E
Tints of New York Pink #E2806E
RGB
CMYK
RGB Variations
Color information
#E2806E (or 0xE2806E) is known color: New York Pink. HEX triplet: E2, 80 and 6E. RGB value is (226,128,110). Sum of RGB (Red+Green+Blue) = 226+128+110=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2806E is #1D7F91. Grayscale: #9B9B9B. Windows color (decimal): -1933202 or 7241954. OLE color: 7241954.
HSL color Cylindrical-coordinate representation of color #E2806E: hue angle of 9.31º degrees, saturation: 0.67, 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 #E2806E is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 110 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.11 |
| HSL | 9.31º | 0.67% | 0.66% | - |
| HSV(B) | 9.31º | 0.51% | 0.89% | - |
| XYZ | 41.9 | 32.73 | 18.86 | - |
| YUV | 155.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 110 | 0 | 0.43 | 0.51 | 0.11 | 9.31 | 0.67 | 0.66 |
| Hex | E2 | 80 | 6E | 0 | 2B | 33 | B | 9 | 43 | 42 |
| Octal | 342 | 200 | 156 | 0 | 53 | 63 | 13 | 11 | 103 | 102 |
| Binary | 11100010 | 10000000 | 1101110 | 0 | 101011 | 110011 | 1011 | 1001 | 1000011 | 1000010 |
Color Harmonies of #E2806E
Complementary color
Monochromatic Colors of #E2806E
Black with #E2806E
Text Example
Text Example
White with #E2806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2806E; }
p { color: rgb(226,128,110); }
H1.HeaderClassName
{
color: #E2806E;
}
.AnyTagClassName
{
color: #E2806E;
}
</style>
background-color css
<style>
a { background-color: #E2806E; }
a { background-color: rgb(226,128,110); }
div.DivClassName
{
background-color: #E2806E;
}
.BgClassName
{
background-color: #E2806E;
}
</style>
border-color css
<style>
span { border-color: #E2806E; }
span { border-color: rgb(226,128,110); }
td.TdClassName
{
border-color: #E2806E;
}
.TagClassName
{
border-color: #E2806E;
}
</style>