Shades of New York Pink #E18B7A
Tints of New York Pink #E18B7A
RGB
CMYK
RGB Variations
Color information
#E18B7A (or 0xE18B7A) is known color: New York Pink. HEX triplet: E1, 8B and 7A. RGB value is (225,139,122). Sum of RGB (Red+Green+Blue) = 225+139+122=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B7A is #1E7485. Grayscale: #A2A2A2. Windows color (decimal): -1995910 or 8031201. OLE color: 8031201.
HSL color Cylindrical-coordinate representation of color #E18B7A: hue angle of 9.9º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E18B7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 122 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.12 |
| HSL | 9.9º | 0.63% | 0.68% | - |
| HSV(B) | 9.9º | 0.46% | 0.88% | - |
| XYZ | 43.8 | 35.88 | 23.03 | - |
| YUV | 162.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 122 | 0 | 0.38 | 0.46 | 0.12 | 9.9 | 0.63 | 0.68 |
| Hex | E1 | 8B | 7A | 0 | 26 | 2E | C | A | 3F | 44 |
| Octal | 341 | 213 | 172 | 0 | 46 | 56 | 14 | 12 | 77 | 104 |
| Binary | 11100001 | 10001011 | 1111010 | 0 | 100110 | 101110 | 1100 | 1010 | 111111 | 1000100 |
Color Harmonies of #E18B7A
Complementary color
Monochromatic Colors of #E18B7A
Black with #E18B7A
Text Example
Text Example
White with #E18B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B7A; }
p { color: rgb(225,139,122); }
H1.HeaderClassName
{
color: #E18B7A;
}
.AnyTagClassName
{
color: #E18B7A;
}
</style>
background-color css
<style>
a { background-color: #E18B7A; }
a { background-color: rgb(225,139,122); }
div.DivClassName
{
background-color: #E18B7A;
}
.BgClassName
{
background-color: #E18B7A;
}
</style>
border-color css
<style>
span { border-color: #E18B7A; }
span { border-color: rgb(225,139,122); }
td.TdClassName
{
border-color: #E18B7A;
}
.TagClassName
{
border-color: #E18B7A;
}
</style>