Shades of New York Pink #E88067
Tints of New York Pink #E88067
RGB
CMYK
RGB Variations
Color information
#E88067 (or 0xE88067) is known color: New York Pink. HEX triplet: E8, 80 and 67. RGB value is (232,128,103). Sum of RGB (Red+Green+Blue) = 232+128+103=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E88067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88067 is #177F98. Grayscale: #9C9C9C. Windows color (decimal): -1539993 or 6783208. OLE color: 6783208.
HSL color Cylindrical-coordinate representation of color #E88067: hue angle of 11.63º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E88067 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 103 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.09 |
| HSL | 11.63º | 0.74% | 0.66% | - |
| HSV(B) | 11.63º | 0.56% | 0.91% | - |
| XYZ | 43.45 | 33.57 | 17.02 | - |
| YUV | 156.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 103 | 0 | 0.45 | 0.56 | 0.09 | 11.63 | 0.74 | 0.66 |
| Hex | E8 | 80 | 67 | 0 | 2D | 38 | 9 | C | 4A | 42 |
| Octal | 350 | 200 | 147 | 0 | 55 | 70 | 11 | 14 | 112 | 102 |
| Binary | 11101000 | 10000000 | 1100111 | 0 | 101101 | 111000 | 1001 | 1100 | 1001010 | 1000010 |
Color Harmonies of #E88067
Complementary color
Monochromatic Colors of #E88067
Black with #E88067
Text Example
Text Example
White with #E88067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88067; }
p { color: rgb(232,128,103); }
H1.HeaderClassName
{
color: #E88067;
}
.AnyTagClassName
{
color: #E88067;
}
</style>
background-color css
<style>
a { background-color: #E88067; }
a { background-color: rgb(232,128,103); }
div.DivClassName
{
background-color: #E88067;
}
.BgClassName
{
background-color: #E88067;
}
</style>
border-color css
<style>
span { border-color: #E88067; }
span { border-color: rgb(232,128,103); }
td.TdClassName
{
border-color: #E88067;
}
.TagClassName
{
border-color: #E88067;
}
</style>