Shades of New York Pink #E18C7A
Tints of New York Pink #E18C7A
RGB
CMYK
RGB Variations
Color information
#E18C7A (or 0xE18C7A) is known color: New York Pink. HEX triplet: E1, 8C and 7A. RGB value is (225,140,122). Sum of RGB (Red+Green+Blue) = 225+140+122=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C7A is #1E7385. Grayscale: #A3A3A3. Windows color (decimal): -1995654 or 8031457. OLE color: 8031457.
HSL color Cylindrical-coordinate representation of color #E18C7A: hue angle of 10.49º 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 #E18C7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 122 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.12 |
| HSL | 10.49º | 0.63% | 0.68% | - |
| HSV(B) | 10.49º | 0.46% | 0.88% | - |
| XYZ | 43.94 | 36.17 | 23.08 | - |
| YUV | 163.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 122 | 0 | 0.38 | 0.46 | 0.12 | 10.49 | 0.63 | 0.68 |
| Hex | E1 | 8C | 7A | 0 | 26 | 2E | C | A | 3F | 44 |
| Octal | 341 | 214 | 172 | 0 | 46 | 56 | 14 | 12 | 77 | 104 |
| Binary | 11100001 | 10001100 | 1111010 | 0 | 100110 | 101110 | 1100 | 1010 | 111111 | 1000100 |
Color Harmonies of #E18C7A
Complementary color
Monochromatic Colors of #E18C7A
Black with #E18C7A
Text Example
Text Example
White with #E18C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C7A; }
p { color: rgb(225,140,122); }
H1.HeaderClassName
{
color: #E18C7A;
}
.AnyTagClassName
{
color: #E18C7A;
}
</style>
background-color css
<style>
a { background-color: #E18C7A; }
a { background-color: rgb(225,140,122); }
div.DivClassName
{
background-color: #E18C7A;
}
.BgClassName
{
background-color: #E18C7A;
}
</style>
border-color css
<style>
span { border-color: #E18C7A; }
span { border-color: rgb(225,140,122); }
td.TdClassName
{
border-color: #E18C7A;
}
.TagClassName
{
border-color: #E18C7A;
}
</style>