#8E5156

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

Shades of Solid Pink #8E5156

Tints of Solid Pink #8E5156

Color information

#8E5156 (or 0x8E5156) is unknown color: approx Solid Pink. HEX triplet: 8E, 51 and 56. RGB value is (142,81,86). Sum of RGB (Red+Green+Blue) = 142+81+86=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5156 is #71AEA9. Grayscale: #636363. Windows color (decimal): -7450282 or 5656974. OLE color: 5656974.

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

Color convert

RGB1428186-
CMYK00.430.390.44
HSL355.08º27.35%43.73%-
HSV(B)355.08º42.96%55.69%-
XYZ15.7812.3110.35-
YUV99.81120.21158.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=45.95%
G=26.21%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142818600.430.390.44355.0827.3543.73
Hex8E515602B272C1631b2c
Octal21612112605347545433354
Binary1000111010100011010110010101110011110110010110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,86); }

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

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

 a { background-color: rgb(142,81,86); }

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

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

 span { border-color: rgb(142,81,86); }

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