Shades of New York Pink #E6876F
Tints of New York Pink #E6876F
RGB
CMYK
RGB Variations
Color information
#E6876F (or 0xE6876F) is known color: New York Pink. HEX triplet: E6, 87 and 6F. RGB value is (230,135,111). Sum of RGB (Red+Green+Blue) = 230+135+111=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6876F is #197890. Grayscale: #A0A0A0. Windows color (decimal): -1669265 or 7309286. OLE color: 7309286.
HSL color Cylindrical-coordinate representation of color #E6876F: hue angle of 12.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6876F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 111 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.10 |
| HSL | 12.1º | 0.7% | 0.67% | - |
| HSV(B) | 12.1º | 0.52% | 0.9% | - |
| XYZ | 44.17 | 35.3 | 19.52 | - |
| YUV | 160.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 111 | 0 | 0.41 | 0.52 | 0.10 | 12.1 | 0.7 | 0.67 |
| Hex | E6 | 87 | 6F | 0 | 29 | 34 | A | C | 46 | 43 |
| Octal | 346 | 207 | 157 | 0 | 51 | 64 | 12 | 14 | 106 | 103 |
| Binary | 11100110 | 10000111 | 1101111 | 0 | 101001 | 110100 | 1010 | 1100 | 1000110 | 1000011 |
Color Harmonies of #E6876F
Complementary color
Monochromatic Colors of #E6876F
Black with #E6876F
Text Example
Text Example
White with #E6876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6876F; }
p { color: rgb(230,135,111); }
H1.HeaderClassName
{
color: #E6876F;
}
.AnyTagClassName
{
color: #E6876F;
}
</style>
background-color css
<style>
a { background-color: #E6876F; }
a { background-color: rgb(230,135,111); }
div.DivClassName
{
background-color: #E6876F;
}
.BgClassName
{
background-color: #E6876F;
}
</style>
border-color css
<style>
span { border-color: #E6876F; }
span { border-color: rgb(230,135,111); }
td.TdClassName
{
border-color: #E6876F;
}
.TagClassName
{
border-color: #E6876F;
}
</style>