Shades of New York Pink #E67E6A
Tints of New York Pink #E67E6A
RGB
CMYK
RGB Variations
Color information
#E67E6A (or 0xE67E6A) is known color: New York Pink. HEX triplet: E6, 7E and 6A. RGB value is (230,126,106). Sum of RGB (Red+Green+Blue) = 230+126+106=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E6A is #198195. Grayscale: #9A9A9A. Windows color (decimal): -1671574 or 6979302. OLE color: 6979302.
HSL color Cylindrical-coordinate representation of color #E67E6A: hue angle of 9.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E67E6A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 106 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.10 |
| HSL | 9.68º | 0.71% | 0.66% | - |
| HSV(B) | 9.68º | 0.54% | 0.9% | - |
| XYZ | 42.7 | 32.79 | 17.71 | - |
| YUV | 154.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 106 | 0 | 0.45 | 0.54 | 0.10 | 9.68 | 0.71 | 0.66 |
| Hex | E6 | 7E | 6A | 0 | 2D | 36 | A | A | 47 | 42 |
| Octal | 346 | 176 | 152 | 0 | 55 | 66 | 12 | 12 | 107 | 102 |
| Binary | 11100110 | 1111110 | 1101010 | 0 | 101101 | 110110 | 1010 | 1010 | 1000111 | 1000010 |
Color Harmonies of #E67E6A
Complementary color
Monochromatic Colors of #E67E6A
Black with #E67E6A
Text Example
Text Example
White with #E67E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E6A; }
p { color: rgb(230,126,106); }
H1.HeaderClassName
{
color: #E67E6A;
}
.AnyTagClassName
{
color: #E67E6A;
}
</style>
background-color css
<style>
a { background-color: #E67E6A; }
a { background-color: rgb(230,126,106); }
div.DivClassName
{
background-color: #E67E6A;
}
.BgClassName
{
background-color: #E67E6A;
}
</style>
border-color css
<style>
span { border-color: #E67E6A; }
span { border-color: rgb(230,126,106); }
td.TdClassName
{
border-color: #E67E6A;
}
.TagClassName
{
border-color: #E67E6A;
}
</style>