Shades of New York Pink #E6867B
Tints of New York Pink #E6867B
RGB
CMYK
RGB Variations
Color information
#E6867B (or 0xE6867B) is known color: New York Pink. HEX triplet: E6, 86 and 7B. RGB value is (230,134,123). Sum of RGB (Red+Green+Blue) = 230+134+123=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6867B is #197984. Grayscale: #A1A1A1. Windows color (decimal): -1669509 or 8095462. OLE color: 8095462.
HSL color Cylindrical-coordinate representation of color #E6867B: hue angle of 6.17º 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 #E6867B is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 123 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.10 |
| HSL | 6.17º | 0.68% | 0.69% | - |
| HSV(B) | 6.17º | 0.47% | 0.9% | - |
| XYZ | 44.73 | 35.3 | 23.2 | - |
| YUV | 161.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 123 | 0 | 0.42 | 0.47 | 0.10 | 6.17 | 0.68 | 0.69 |
| Hex | E6 | 86 | 7B | 0 | 2A | 2F | A | 6 | 44 | 45 |
| Octal | 346 | 206 | 173 | 0 | 52 | 57 | 12 | 6 | 104 | 105 |
| Binary | 11100110 | 10000110 | 1111011 | 0 | 101010 | 101111 | 1010 | 110 | 1000100 | 1000101 |
Color Harmonies of #E6867B
Complementary color
Monochromatic Colors of #E6867B
Black with #E6867B
Text Example
Text Example
White with #E6867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6867B; }
p { color: rgb(230,134,123); }
H1.HeaderClassName
{
color: #E6867B;
}
.AnyTagClassName
{
color: #E6867B;
}
</style>
background-color css
<style>
a { background-color: #E6867B; }
a { background-color: rgb(230,134,123); }
div.DivClassName
{
background-color: #E6867B;
}
.BgClassName
{
background-color: #E6867B;
}
</style>
border-color css
<style>
span { border-color: #E6867B; }
span { border-color: rgb(230,134,123); }
td.TdClassName
{
border-color: #E6867B;
}
.TagClassName
{
border-color: #E6867B;
}
</style>