Html Css Color HEX #E7856B New York Pink

📋 copy color: '#E7856B'

red 231 ◦ green 133 ◦ blue 107

#E7856B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #E7856B

Tints of New York Pink #E7856B

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 49.04%
G = 28.24%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7856B (or 0xE7856B) is known color: New York Pink. HEX triplet: E7, 85 and 6B. RGB value is (231,133,107). Sum of RGB (Red+Green+Blue) = 231+133+107=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7856B is #187A94. Grayscale: #9F9F9F. Windows color (decimal): -1604245 or 7046631. OLE color: 7046631.

HSL color Cylindrical-coordinate representation of color #E7856B: hue angle of 12.58º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7856B is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 133 107 -
CMYK 0 0.42 0.54 0.09
HSL 12.58º 0.72% 0.66% -
HSV(B) 12.58º 0.54% 0.91% -
XYZ 44 34.83 18.31 -
YUV 159.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 231 133 107 0 0.42 0.54 0.09 12.58 0.72 0.66
Hex E7 85 6B 0 2A 36 9 D 48 42
Octal 347 205 153 0 52 66 11 15 110 102
Binary 11100111 10000101 1101011 0 101010 110110 1001 1101 1001000 1000010

Color Harmonies of #E7856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7856B

Black with #E7856B

Text Example


Text Example

White with #E7856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7856B; }

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

 H1.HeaderClassName
 {
   color: #E7856B;
 }
 .AnyTagClassName
 {
   color: #E7856B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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