#8E688A

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

Shades of Trendy Pink #8E688A

Tints of Trendy Pink #8E688A

Color information

#8E688A (or 0x8E688A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 68 and 8A. RGB value is (142,104,138). Sum of RGB (Red+Green+Blue) = 142+104+138=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E688A is #719775. Grayscale: #777777. Windows color (decimal): -7444342 or 9070734. OLE color: 9070734.

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

Color convert

RGB142104138-
CMYK00.270.030.44
HSL306.32º15.45%48.24%-
HSV(B)306.32º26.76%55.69%-
XYZ20.6917.4926.33-
YUV119.24138.59144.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=36.98%
G=27.08%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210413800.270.030.44306.3215.4548.24
Hex8E688A01B32C132f30
Octal2161502120333544621760
Binary10001110110100010001010011011111011001001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,138); }

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

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

 a { background-color: rgb(142,104,138); }

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

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

 span { border-color: rgb(142,104,138); }

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