#8E5257

Color #8E5257 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8E5257

Tints of Solid Pink #8E5257

Color information

#8E5257 (or 0x8E5257) is unknown color: approx Solid Pink. HEX triplet: 8E, 52 and 57. RGB value is (142,82,87). Sum of RGB (Red+Green+Blue) = 142+82+87=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5257 is #71ADA8. Grayscale: #646464. Windows color (decimal): -7450025 or 5722766. OLE color: 5722766.

HSL color Cylindrical-coordinate representation of color #8E5257: hue angle of 355º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5257 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1428287-
CMYK00.420.390.44
HSL355º26.79%43.92%-
HSV(B)355º42.25%55.69%-
XYZ15.8912.4710.59-
YUV100.51120.38157.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=45.66%
G=26.37%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142828700.420.390.4435526.7943.92
Hex8E525702A272C1631b2c
Octal21612212705247545433354
Binary1000111010100101010111010101010011110110010110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5257; }

 p { color: rgb(142,82,87); }

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

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

 a { background-color: rgb(142,82,87); }

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

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

 span { border-color: rgb(142,82,87); }

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