Shades of New York Pink #E0836D
Tints of New York Pink #E0836D
RGB
CMYK
RGB Variations
Color information
#E0836D (or 0xE0836D) is known color: New York Pink. HEX triplet: E0, 83 and 6D. RGB value is (224,131,109). Sum of RGB (Red+Green+Blue) = 224+131+109=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0836D is #1F7C92. Grayscale: #9C9C9C. Windows color (decimal): -2063507 or 7177184. OLE color: 7177184.
HSL color Cylindrical-coordinate representation of color #E0836D: hue angle of 11.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0836D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 109 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.12 |
| HSL | 11.48º | 0.65% | 0.65% | - |
| HSV(B) | 11.48º | 0.51% | 0.88% | - |
| XYZ | 41.62 | 33.18 | 18.68 | - |
| YUV | 156.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 109 | 0 | 0.42 | 0.51 | 0.12 | 11.48 | 0.65 | 0.65 |
| Hex | E0 | 83 | 6D | 0 | 2A | 33 | C | B | 41 | 41 |
| Octal | 340 | 203 | 155 | 0 | 52 | 63 | 14 | 13 | 101 | 101 |
| Binary | 11100000 | 10000011 | 1101101 | 0 | 101010 | 110011 | 1100 | 1011 | 1000001 | 1000001 |
Color Harmonies of #E0836D
Complementary color
Monochromatic Colors of #E0836D
Black with #E0836D
Text Example
Text Example
White with #E0836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0836D; }
p { color: rgb(224,131,109); }
H1.HeaderClassName
{
color: #E0836D;
}
.AnyTagClassName
{
color: #E0836D;
}
</style>
background-color css
<style>
a { background-color: #E0836D; }
a { background-color: rgb(224,131,109); }
div.DivClassName
{
background-color: #E0836D;
}
.BgClassName
{
background-color: #E0836D;
}
</style>
border-color css
<style>
span { border-color: #E0836D; }
span { border-color: rgb(224,131,109); }
td.TdClassName
{
border-color: #E0836D;
}
.TagClassName
{
border-color: #E0836D;
}
</style>