#8E5255

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

Shades of Solid Pink #8E5255

Tints of Solid Pink #8E5255

Color information

#8E5255 (or 0x8E5255) is unknown color: approx Solid Pink. HEX triplet: 8E, 52 and 55. RGB value is (142,82,85). Sum of RGB (Red+Green+Blue) = 142+82+85=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5255 is #71ADAA. Grayscale: #646464. Windows color (decimal): -7450027 or 5591694. OLE color: 5591694.

HSL color Cylindrical-coordinate representation of color #8E5255: hue angle of 357º 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 #8E5255 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1428285-
CMYK00.420.400.44
HSL357º26.79%43.92%-
HSV(B)357º42.25%55.69%-
XYZ15.8112.4410.16-
YUV100.28119.38157.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=45.95%
G=26.54%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142828500.420.400.4435726.7943.92
Hex8E525502A282C1651b2c
Octal21612212505250545453354
Binary1000111010100101010101010101010100010110010110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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