Shades of New York Pink #E1836D
Tints of New York Pink #E1836D
RGB
CMYK
RGB Variations
Color information
#E1836D (or 0xE1836D) is known color: New York Pink. HEX triplet: E1, 83 and 6D. RGB value is (225,131,109). Sum of RGB (Red+Green+Blue) = 225+131+109=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1836D is #1E7C92. Grayscale: #9C9C9C. Windows color (decimal): -1997971 or 7177185. OLE color: 7177185.
HSL color Cylindrical-coordinate representation of color #E1836D: hue angle of 11.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1836D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 109 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.12 |
| HSL | 11.38º | 0.66% | 0.65% | - |
| HSV(B) | 11.38º | 0.52% | 0.88% | - |
| XYZ | 41.93 | 33.34 | 18.69 | - |
| YUV | 156.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 109 | 0 | 0.42 | 0.52 | 0.12 | 11.38 | 0.66 | 0.65 |
| Hex | E1 | 83 | 6D | 0 | 2A | 34 | C | B | 42 | 41 |
| Octal | 341 | 203 | 155 | 0 | 52 | 64 | 14 | 13 | 102 | 101 |
| Binary | 11100001 | 10000011 | 1101101 | 0 | 101010 | 110100 | 1100 | 1011 | 1000010 | 1000001 |
Color Harmonies of #E1836D
Complementary color
Monochromatic Colors of #E1836D
Black with #E1836D
Text Example
Text Example
White with #E1836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1836D; }
p { color: rgb(225,131,109); }
H1.HeaderClassName
{
color: #E1836D;
}
.AnyTagClassName
{
color: #E1836D;
}
</style>
background-color css
<style>
a { background-color: #E1836D; }
a { background-color: rgb(225,131,109); }
div.DivClassName
{
background-color: #E1836D;
}
.BgClassName
{
background-color: #E1836D;
}
</style>
border-color css
<style>
span { border-color: #E1836D; }
span { border-color: rgb(225,131,109); }
td.TdClassName
{
border-color: #E1836D;
}
.TagClassName
{
border-color: #E1836D;
}
</style>