Shades of New York Pink #E3867B
Tints of New York Pink #E3867B
RGB
CMYK
RGB Variations
Color information
#E3867B (or 0xE3867B) is known color: New York Pink. HEX triplet: E3, 86 and 7B. RGB value is (227,134,123). Sum of RGB (Red+Green+Blue) = 227+134+123=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E3867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3867B is #1C7984. Grayscale: #A0A0A0. Windows color (decimal): -1866117 or 8095459. OLE color: 8095459.
HSL color Cylindrical-coordinate representation of color #E3867B: hue angle of 6.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3867B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 123 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.11 |
| HSL | 6.35º | 0.65% | 0.69% | - |
| HSV(B) | 6.35º | 0.46% | 0.89% | - |
| XYZ | 43.78 | 34.81 | 23.15 | - |
| YUV | 160.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 123 | 0 | 0.41 | 0.46 | 0.11 | 6.35 | 0.65 | 0.69 |
| Hex | E3 | 86 | 7B | 0 | 29 | 2E | B | 6 | 41 | 45 |
| Octal | 343 | 206 | 173 | 0 | 51 | 56 | 13 | 6 | 101 | 105 |
| Binary | 11100011 | 10000110 | 1111011 | 0 | 101001 | 101110 | 1011 | 110 | 1000001 | 1000101 |
Color Harmonies of #E3867B
Complementary color
Monochromatic Colors of #E3867B
Black with #E3867B
Text Example
Text Example
White with #E3867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3867B; }
p { color: rgb(227,134,123); }
H1.HeaderClassName
{
color: #E3867B;
}
.AnyTagClassName
{
color: #E3867B;
}
</style>
background-color css
<style>
a { background-color: #E3867B; }
a { background-color: rgb(227,134,123); }
div.DivClassName
{
background-color: #E3867B;
}
.BgClassName
{
background-color: #E3867B;
}
</style>
border-color css
<style>
span { border-color: #E3867B; }
span { border-color: rgb(227,134,123); }
td.TdClassName
{
border-color: #E3867B;
}
.TagClassName
{
border-color: #E3867B;
}
</style>