Shades of New York Pink #E6877B
Tints of New York Pink #E6877B
RGB
CMYK
RGB Variations
Color information
#E6877B (or 0xE6877B) is known color: New York Pink. HEX triplet: E6, 87 and 7B. RGB value is (230,135,123). Sum of RGB (Red+Green+Blue) = 230+135+123=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6877B is #197884. Grayscale: #A2A2A2. Windows color (decimal): -1669253 or 8095718. OLE color: 8095718.
HSL color Cylindrical-coordinate representation of color #E6877B: hue angle of 6.73º 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 #E6877B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 123 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.10 |
| HSL | 6.73º | 0.68% | 0.69% | - |
| HSV(B) | 6.73º | 0.47% | 0.9% | - |
| XYZ | 44.87 | 35.58 | 23.24 | - |
| YUV | 162.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 123 | 0 | 0.41 | 0.47 | 0.10 | 6.73 | 0.68 | 0.69 |
| Hex | E6 | 87 | 7B | 0 | 29 | 2F | A | 7 | 44 | 45 |
| Octal | 346 | 207 | 173 | 0 | 51 | 57 | 12 | 7 | 104 | 105 |
| Binary | 11100110 | 10000111 | 1111011 | 0 | 101001 | 101111 | 1010 | 111 | 1000100 | 1000101 |
Color Harmonies of #E6877B
Complementary color
Monochromatic Colors of #E6877B
Black with #E6877B
Text Example
Text Example
White with #E6877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6877B; }
p { color: rgb(230,135,123); }
H1.HeaderClassName
{
color: #E6877B;
}
.AnyTagClassName
{
color: #E6877B;
}
</style>
background-color css
<style>
a { background-color: #E6877B; }
a { background-color: rgb(230,135,123); }
div.DivClassName
{
background-color: #E6877B;
}
.BgClassName
{
background-color: #E6877B;
}
</style>
border-color css
<style>
span { border-color: #E6877B; }
span { border-color: rgb(230,135,123); }
td.TdClassName
{
border-color: #E6877B;
}
.TagClassName
{
border-color: #E6877B;
}
</style>