Shades of New York Pink #E18B7B
Tints of New York Pink #E18B7B
RGB
CMYK
RGB Variations
Color information
#E18B7B (or 0xE18B7B) is known color: New York Pink. HEX triplet: E1, 8B and 7B. RGB value is (225,139,123). Sum of RGB (Red+Green+Blue) = 225+139+123=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B7B is #1E7484. Grayscale: #A3A3A3. Windows color (decimal): -1995909 or 8096737. OLE color: 8096737.
HSL color Cylindrical-coordinate representation of color #E18B7B: hue angle of 9.41º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E18B7B is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 123 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.12 |
| HSL | 9.41º | 0.63% | 0.68% | - |
| HSV(B) | 9.41º | 0.45% | 0.88% | - |
| XYZ | 43.86 | 35.9 | 23.36 | - |
| YUV | 162.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 123 | 0 | 0.38 | 0.45 | 0.12 | 9.41 | 0.63 | 0.68 |
| Hex | E1 | 8B | 7B | 0 | 26 | 2D | C | 9 | 3F | 44 |
| Octal | 341 | 213 | 173 | 0 | 46 | 55 | 14 | 11 | 77 | 104 |
| Binary | 11100001 | 10001011 | 1111011 | 0 | 100110 | 101101 | 1100 | 1001 | 111111 | 1000100 |
Color Harmonies of #E18B7B
Complementary color
Monochromatic Colors of #E18B7B
Black with #E18B7B
Text Example
Text Example
White with #E18B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B7B; }
p { color: rgb(225,139,123); }
H1.HeaderClassName
{
color: #E18B7B;
}
.AnyTagClassName
{
color: #E18B7B;
}
</style>
background-color css
<style>
a { background-color: #E18B7B; }
a { background-color: rgb(225,139,123); }
div.DivClassName
{
background-color: #E18B7B;
}
.BgClassName
{
background-color: #E18B7B;
}
</style>
border-color css
<style>
span { border-color: #E18B7B; }
span { border-color: rgb(225,139,123); }
td.TdClassName
{
border-color: #E18B7B;
}
.TagClassName
{
border-color: #E18B7B;
}
</style>