#8E678E

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

Shades of Trendy Pink #8E678E

Tints of Trendy Pink #8E678E

Color information

#8E678E (or 0x8E678E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 67 and 8E. RGB value is (142,103,142). Sum of RGB (Red+Green+Blue) = 142+103+142=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E678E is #719871. Grayscale: #767676. Windows color (decimal): -7444594 or 9332622. OLE color: 9332622.

HSL color Cylindrical-coordinate representation of color #8E678E: hue angle of 300º degrees, saturation: 0.16, 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 #8E678E is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB142103142-
CMYK00.2700.44
HSL300º15.92%48.04%-
HSV(B)300º27.46%55.69%-
XYZ20.8917.427.85-
YUV119.11140.92144.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=36.69%
G=26.61%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210314200.2700.4430015.9248.04
Hex8E678E01B02C12c1030
Octal2161472160330544542060
Binary10001110110011110001110011011010110010010110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,103,142); }

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

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

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

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

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

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

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