Shades of New York Pink #E5836A
Tints of New York Pink #E5836A
RGB
CMYK
RGB Variations
Color information
#E5836A (or 0xE5836A) is known color: New York Pink. HEX triplet: E5, 83 and 6A. RGB value is (229,131,106). Sum of RGB (Red+Green+Blue) = 229+131+106=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5836A is #1A7C95. Grayscale: #9D9D9D. Windows color (decimal): -1735830 or 6980581. OLE color: 6980581.
HSL color Cylindrical-coordinate representation of color #E5836A: hue angle of 12.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5836A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 106 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.10 |
| HSL | 12.2º | 0.7% | 0.66% | - |
| HSV(B) | 12.2º | 0.54% | 0.9% | - |
| XYZ | 43.03 | 33.93 | 17.92 | - |
| YUV | 157.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 106 | 0 | 0.43 | 0.54 | 0.10 | 12.2 | 0.7 | 0.66 |
| Hex | E5 | 83 | 6A | 0 | 2B | 36 | A | C | 46 | 42 |
| Octal | 345 | 203 | 152 | 0 | 53 | 66 | 12 | 14 | 106 | 102 |
| Binary | 11100101 | 10000011 | 1101010 | 0 | 101011 | 110110 | 1010 | 1100 | 1000110 | 1000010 |
Color Harmonies of #E5836A
Complementary color
Monochromatic Colors of #E5836A
Black with #E5836A
Text Example
Text Example
White with #E5836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5836A; }
p { color: rgb(229,131,106); }
H1.HeaderClassName
{
color: #E5836A;
}
.AnyTagClassName
{
color: #E5836A;
}
</style>
background-color css
<style>
a { background-color: #E5836A; }
a { background-color: rgb(229,131,106); }
div.DivClassName
{
background-color: #E5836A;
}
.BgClassName
{
background-color: #E5836A;
}
</style>
border-color css
<style>
span { border-color: #E5836A; }
span { border-color: rgb(229,131,106); }
td.TdClassName
{
border-color: #E5836A;
}
.TagClassName
{
border-color: #E5836A;
}
</style>