#E7856F

Color #E7856F New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E7856F

Tints of New York Pink #E7856F

Color information

#E7856F (or 0xE7856F) is unknown color: approx New York Pink. HEX triplet: E7, 85 and 6F. RGB value is (231,133,111). Sum of RGB (Red+Green+Blue) = 231+133+111=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7856F is #187A90. Grayscale: #9F9F9F. Windows color (decimal): -1604241 or 7308775. OLE color: 7308775.

HSL color Cylindrical-coordinate representation of color #E7856F: hue angle of 11º degrees, saturation: 0.71, 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 #E7856F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231133111-
CMYK00.420.520.09
HSL11º71.43%67.06%-
HSV(B)11º51.95%90.59%-
XYZ44.2134.9119.45-
YUV159.79100.47178.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=48.63%
G=28%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113311100.420.520.091171.4367.06
HexE7856F02A349b4743
Octal347205157052641113107103
Binary1110011110000101110111101010101101001001101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7856F; }

 p { color: rgb(231,133,111); }

 H1.HeaderClassName
 {
   color: #E7856F;
 }
 .AnyTagClassName
 {
   color: #E7856F;
 }
</style>
background-color css

<style>
 a { background-color: #E7856F; }

 a { background-color: rgb(231,133,111); }

 div.DivClassName
 {
   background-color: #E7856F;
 }
 .BgClassName
 {
   background-color: #E7856F;
 }
</style>
border-color css

<style>
 span { border-color: #E7856F; }

 span { border-color: rgb(231,133,111); }

 td.TdClassName
 {
   border-color: #E7856F;
 }
 .TagClassName
 {
   border-color: #E7856F;
 }
</style>