Shades of New York Pink #E8876F
Tints of New York Pink #E8876F
RGB
CMYK
RGB Variations
Color information
#E8876F (or 0xE8876F) is known color: New York Pink. HEX triplet: E8, 87 and 6F. RGB value is (232,135,111). Sum of RGB (Red+Green+Blue) = 232+135+111=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E8876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8876F is #177890. Grayscale: #A1A1A1. Windows color (decimal): -1538193 or 7309288. OLE color: 7309288.
HSL color Cylindrical-coordinate representation of color #E8876F: hue angle of 11.9º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8876F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 135 | 111 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.09 |
| HSL | 11.9º | 0.72% | 0.67% | - |
| HSV(B) | 11.9º | 0.52% | 0.91% | - |
| XYZ | 44.81 | 35.63 | 19.55 | - |
| YUV | 161.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 135 | 111 | 0 | 0.42 | 0.52 | 0.09 | 11.9 | 0.72 | 0.67 |
| Hex | E8 | 87 | 6F | 0 | 2A | 34 | 9 | C | 48 | 43 |
| Octal | 350 | 207 | 157 | 0 | 52 | 64 | 11 | 14 | 110 | 103 |
| Binary | 11101000 | 10000111 | 1101111 | 0 | 101010 | 110100 | 1001 | 1100 | 1001000 | 1000011 |
Color Harmonies of #E8876F
Complementary color
Monochromatic Colors of #E8876F
Black with #E8876F
Text Example
Text Example
White with #E8876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8876F; }
p { color: rgb(232,135,111); }
H1.HeaderClassName
{
color: #E8876F;
}
.AnyTagClassName
{
color: #E8876F;
}
</style>
background-color css
<style>
a { background-color: #E8876F; }
a { background-color: rgb(232,135,111); }
div.DivClassName
{
background-color: #E8876F;
}
.BgClassName
{
background-color: #E8876F;
}
</style>
border-color css
<style>
span { border-color: #E8876F; }
span { border-color: rgb(232,135,111); }
td.TdClassName
{
border-color: #E8876F;
}
.TagClassName
{
border-color: #E8876F;
}
</style>