Shades of New York Pink #E68B72
Tints of New York Pink #E68B72
RGB
CMYK
RGB Variations
Color information
#E68B72 (or 0xE68B72) is known color: New York Pink. HEX triplet: E6, 8B and 72. RGB value is (230,139,114). Sum of RGB (Red+Green+Blue) = 230+139+114=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B72 is #19748D. Grayscale: #A3A3A3. Windows color (decimal): -1668238 or 7506918. OLE color: 7506918.
HSL color Cylindrical-coordinate representation of color #E68B72: hue angle of 12.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68B72 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 114 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.10 |
| HSL | 12.93º | 0.7% | 0.67% | - |
| HSV(B) | 12.93º | 0.5% | 0.9% | - |
| XYZ | 44.9 | 36.5 | 20.6 | - |
| YUV | 163.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 114 | 0 | 0.40 | 0.50 | 0.10 | 12.93 | 0.7 | 0.67 |
| Hex | E6 | 8B | 72 | 0 | 28 | 32 | A | D | 46 | 43 |
| Octal | 346 | 213 | 162 | 0 | 50 | 62 | 12 | 15 | 106 | 103 |
| Binary | 11100110 | 10001011 | 1110010 | 0 | 101000 | 110010 | 1010 | 1101 | 1000110 | 1000011 |
Color Harmonies of #E68B72
Complementary color
Monochromatic Colors of #E68B72
Black with #E68B72
Text Example
Text Example
White with #E68B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B72; }
p { color: rgb(230,139,114); }
H1.HeaderClassName
{
color: #E68B72;
}
.AnyTagClassName
{
color: #E68B72;
}
</style>
background-color css
<style>
a { background-color: #E68B72; }
a { background-color: rgb(230,139,114); }
div.DivClassName
{
background-color: #E68B72;
}
.BgClassName
{
background-color: #E68B72;
}
</style>
border-color css
<style>
span { border-color: #E68B72; }
span { border-color: rgb(230,139,114); }
td.TdClassName
{
border-color: #E68B72;
}
.TagClassName
{
border-color: #E68B72;
}
</style>