Shades of New York Pink #EA836B
Tints of New York Pink #EA836B
RGB
CMYK
RGB Variations
Color information
#EA836B (or 0xEA836B) is known color: New York Pink. HEX triplet: EA, 83 and 6B. RGB value is (234,131,107). Sum of RGB (Red+Green+Blue) = 234+131+107=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA836B is #157C94. Grayscale: #9F9F9F. Windows color (decimal): -1408149 or 7046122. OLE color: 7046122.
HSL color Cylindrical-coordinate representation of color #EA836B: hue angle of 11.34º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA836B is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 107 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.08 |
| HSL | 11.34º | 0.75% | 0.67% | - |
| HSV(B) | 11.34º | 0.54% | 0.92% | - |
| XYZ | 44.7 | 34.79 | 18.27 | - |
| YUV | 159.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 107 | 0 | 0.44 | 0.54 | 0.08 | 11.34 | 0.75 | 0.67 |
| Hex | EA | 83 | 6B | 0 | 2C | 36 | 8 | B | 4B | 43 |
| Octal | 352 | 203 | 153 | 0 | 54 | 66 | 10 | 13 | 113 | 103 |
| Binary | 11101010 | 10000011 | 1101011 | 0 | 101100 | 110110 | 1000 | 1011 | 1001011 | 1000011 |
Color Harmonies of #EA836B
Complementary color
Monochromatic Colors of #EA836B
Black with #EA836B
Text Example
Text Example
White with #EA836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA836B; }
p { color: rgb(234,131,107); }
H1.HeaderClassName
{
color: #EA836B;
}
.AnyTagClassName
{
color: #EA836B;
}
</style>
background-color css
<style>
a { background-color: #EA836B; }
a { background-color: rgb(234,131,107); }
div.DivClassName
{
background-color: #EA836B;
}
.BgClassName
{
background-color: #EA836B;
}
</style>
border-color css
<style>
span { border-color: #EA836B; }
span { border-color: rgb(234,131,107); }
td.TdClassName
{
border-color: #EA836B;
}
.TagClassName
{
border-color: #EA836B;
}
</style>