Shades of New York Pink #E2867B
Tints of New York Pink #E2867B
RGB
CMYK
RGB Variations
Color information
#E2867B (or 0xE2867B) is known color: New York Pink. HEX triplet: E2, 86 and 7B. RGB value is (226,134,123). Sum of RGB (Red+Green+Blue) = 226+134+123=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2867B is #1D7984. Grayscale: #A0A0A0. Windows color (decimal): -1931653 or 8095458. OLE color: 8095458.
HSL color Cylindrical-coordinate representation of color #E2867B: hue angle of 6.41º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2867B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 123 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.11 |
| HSL | 6.41º | 0.64% | 0.68% | - |
| HSV(B) | 6.41º | 0.46% | 0.89% | - |
| XYZ | 43.46 | 34.65 | 23.14 | - |
| YUV | 160.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 123 | 0 | 0.41 | 0.46 | 0.11 | 6.41 | 0.64 | 0.68 |
| Hex | E2 | 86 | 7B | 0 | 29 | 2E | B | 6 | 40 | 44 |
| Octal | 342 | 206 | 173 | 0 | 51 | 56 | 13 | 6 | 100 | 104 |
| Binary | 11100010 | 10000110 | 1111011 | 0 | 101001 | 101110 | 1011 | 110 | 1000000 | 1000100 |
Color Harmonies of #E2867B
Complementary color
Monochromatic Colors of #E2867B
Black with #E2867B
Text Example
Text Example
White with #E2867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2867B; }
p { color: rgb(226,134,123); }
H1.HeaderClassName
{
color: #E2867B;
}
.AnyTagClassName
{
color: #E2867B;
}
</style>
background-color css
<style>
a { background-color: #E2867B; }
a { background-color: rgb(226,134,123); }
div.DivClassName
{
background-color: #E2867B;
}
.BgClassName
{
background-color: #E2867B;
}
</style>
border-color css
<style>
span { border-color: #E2867B; }
span { border-color: rgb(226,134,123); }
td.TdClassName
{
border-color: #E2867B;
}
.TagClassName
{
border-color: #E2867B;
}
</style>