Shades of New York Pink #E68B7A
Tints of New York Pink #E68B7A
RGB
CMYK
RGB Variations
Color information
#E68B7A (or 0xE68B7A) is known color: New York Pink. HEX triplet: E6, 8B and 7A. RGB value is (230,139,122). Sum of RGB (Red+Green+Blue) = 230+139+122=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B7A is #197485. Grayscale: #A4A4A4. Windows color (decimal): -1668230 or 8031206. OLE color: 8031206.
HSL color Cylindrical-coordinate representation of color #E68B7A: hue angle of 9.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E68B7A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 122 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.10 |
| HSL | 9.44º | 0.68% | 0.69% | - |
| HSV(B) | 9.44º | 0.47% | 0.9% | - |
| XYZ | 45.38 | 36.69 | 23.1 | - |
| YUV | 164.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 122 | 0 | 0.40 | 0.47 | 0.10 | 9.44 | 0.68 | 0.69 |
| Hex | E6 | 8B | 7A | 0 | 28 | 2F | A | 9 | 44 | 45 |
| Octal | 346 | 213 | 172 | 0 | 50 | 57 | 12 | 11 | 104 | 105 |
| Binary | 11100110 | 10001011 | 1111010 | 0 | 101000 | 101111 | 1010 | 1001 | 1000100 | 1000101 |
Color Harmonies of #E68B7A
Complementary color
Monochromatic Colors of #E68B7A
Black with #E68B7A
Text Example
Text Example
White with #E68B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B7A; }
p { color: rgb(230,139,122); }
H1.HeaderClassName
{
color: #E68B7A;
}
.AnyTagClassName
{
color: #E68B7A;
}
</style>
background-color css
<style>
a { background-color: #E68B7A; }
a { background-color: rgb(230,139,122); }
div.DivClassName
{
background-color: #E68B7A;
}
.BgClassName
{
background-color: #E68B7A;
}
</style>
border-color css
<style>
span { border-color: #E68B7A; }
span { border-color: rgb(230,139,122); }
td.TdClassName
{
border-color: #E68B7A;
}
.TagClassName
{
border-color: #E68B7A;
}
</style>