Shades of New York Pink #E68068
Tints of New York Pink #E68068
RGB
CMYK
RGB Variations
Color information
#E68068 (or 0xE68068) is known color: New York Pink. HEX triplet: E6, 80 and 68. RGB value is (230,128,104). Sum of RGB (Red+Green+Blue) = 230+128+104=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E68068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68068 is #197F97. Grayscale: #9B9B9B. Windows color (decimal): -1671064 or 6848742. OLE color: 6848742.
HSL color Cylindrical-coordinate representation of color #E68068: hue angle of 11.43º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68068 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 104 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.10 |
| HSL | 11.43º | 0.72% | 0.65% | - |
| HSV(B) | 11.43º | 0.55% | 0.9% | - |
| XYZ | 42.85 | 33.26 | 17.26 | - |
| YUV | 155.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 104 | 0 | 0.44 | 0.55 | 0.10 | 11.43 | 0.72 | 0.65 |
| Hex | E6 | 80 | 68 | 0 | 2C | 37 | A | B | 48 | 41 |
| Octal | 346 | 200 | 150 | 0 | 54 | 67 | 12 | 13 | 110 | 101 |
| Binary | 11100110 | 10000000 | 1101000 | 0 | 101100 | 110111 | 1010 | 1011 | 1001000 | 1000001 |
Color Harmonies of #E68068
Complementary color
Monochromatic Colors of #E68068
Black with #E68068
Text Example
Text Example
White with #E68068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68068; }
p { color: rgb(230,128,104); }
H1.HeaderClassName
{
color: #E68068;
}
.AnyTagClassName
{
color: #E68068;
}
</style>
background-color css
<style>
a { background-color: #E68068; }
a { background-color: rgb(230,128,104); }
div.DivClassName
{
background-color: #E68068;
}
.BgClassName
{
background-color: #E68068;
}
</style>
border-color css
<style>
span { border-color: #E68068; }
span { border-color: rgb(230,128,104); }
td.TdClassName
{
border-color: #E68068;
}
.TagClassName
{
border-color: #E68068;
}
</style>