Shades of New York Pink #E6836B
Tints of New York Pink #E6836B
RGB
CMYK
RGB Variations
Color information
#E6836B (or 0xE6836B) is known color: New York Pink. HEX triplet: E6, 83 and 6B. RGB value is (230,131,107). Sum of RGB (Red+Green+Blue) = 230+131+107=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6836B is #197C94. Grayscale: #9E9E9E. Windows color (decimal): -1670293 or 7046118. OLE color: 7046118.
HSL color Cylindrical-coordinate representation of color #E6836B: hue angle of 11.71º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6836B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 107 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.10 |
| HSL | 11.71º | 0.71% | 0.66% | - |
| HSV(B) | 11.71º | 0.53% | 0.9% | - |
| XYZ | 43.4 | 34.12 | 18.21 | - |
| YUV | 157.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 107 | 0 | 0.43 | 0.53 | 0.10 | 11.71 | 0.71 | 0.66 |
| Hex | E6 | 83 | 6B | 0 | 2B | 35 | A | C | 47 | 42 |
| Octal | 346 | 203 | 153 | 0 | 53 | 65 | 12 | 14 | 107 | 102 |
| Binary | 11100110 | 10000011 | 1101011 | 0 | 101011 | 110101 | 1010 | 1100 | 1000111 | 1000010 |
Color Harmonies of #E6836B
Complementary color
Monochromatic Colors of #E6836B
Black with #E6836B
Text Example
Text Example
White with #E6836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6836B; }
p { color: rgb(230,131,107); }
H1.HeaderClassName
{
color: #E6836B;
}
.AnyTagClassName
{
color: #E6836B;
}
</style>
background-color css
<style>
a { background-color: #E6836B; }
a { background-color: rgb(230,131,107); }
div.DivClassName
{
background-color: #E6836B;
}
.BgClassName
{
background-color: #E6836B;
}
</style>
border-color css
<style>
span { border-color: #E6836B; }
span { border-color: rgb(230,131,107); }
td.TdClassName
{
border-color: #E6836B;
}
.TagClassName
{
border-color: #E6836B;
}
</style>