#8E698E

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

Shades of Trendy Pink #8E698E

Tints of Trendy Pink #8E698E

Color information

#8E698E (or 0x8E698E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 69 and 8E. RGB value is (142,105,142). Sum of RGB (Red+Green+Blue) = 142+105+142=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E698E is #719671. Grayscale: #787878. Windows color (decimal): -7444082 or 9333134. OLE color: 9333134.

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

Color convert

RGB142105142-
CMYK00.2600.44
HSL300º14.98%48.43%-
HSV(B)300º26.06%55.69%-
XYZ21.0917.8127.92-
YUV120.28140.26143.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=36.50%
G=26.99%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210514200.2600.4430014.9848.43
Hex8E698E01A02C12cf30
Octal2161512160320544541760
Binary1000111011010011000111001101001011001001011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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