Shades of New York Pink #E6887B
Tints of New York Pink #E6887B
RGB
CMYK
RGB Variations
Color information
#E6887B (or 0xE6887B) is known color: New York Pink. HEX triplet: E6, 88 and 7B. RGB value is (230,136,123). Sum of RGB (Red+Green+Blue) = 230+136+123=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6887B is #197784. Grayscale: #A2A2A2. Windows color (decimal): -1668997 or 8095974. OLE color: 8095974.
HSL color Cylindrical-coordinate representation of color #E6887B: hue angle of 7.29º 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 #E6887B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 123 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.10 |
| HSL | 7.29º | 0.68% | 0.69% | - |
| HSV(B) | 7.29º | 0.47% | 0.9% | - |
| XYZ | 45.01 | 35.86 | 23.29 | - |
| YUV | 162.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 123 | 0 | 0.41 | 0.47 | 0.10 | 7.29 | 0.68 | 0.69 |
| Hex | E6 | 88 | 7B | 0 | 29 | 2F | A | 7 | 44 | 45 |
| Octal | 346 | 210 | 173 | 0 | 51 | 57 | 12 | 7 | 104 | 105 |
| Binary | 11100110 | 10001000 | 1111011 | 0 | 101001 | 101111 | 1010 | 111 | 1000100 | 1000101 |
Color Harmonies of #E6887B
Complementary color
Monochromatic Colors of #E6887B
Black with #E6887B
Text Example
Text Example
White with #E6887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6887B; }
p { color: rgb(230,136,123); }
H1.HeaderClassName
{
color: #E6887B;
}
.AnyTagClassName
{
color: #E6887B;
}
</style>
background-color css
<style>
a { background-color: #E6887B; }
a { background-color: rgb(230,136,123); }
div.DivClassName
{
background-color: #E6887B;
}
.BgClassName
{
background-color: #E6887B;
}
</style>
border-color css
<style>
span { border-color: #E6887B; }
span { border-color: rgb(230,136,123); }
td.TdClassName
{
border-color: #E6887B;
}
.TagClassName
{
border-color: #E6887B;
}
</style>