#8E6D90

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

Shades of Trendy Pink #8E6D90

Tints of Trendy Pink #8E6D90

Color information

#8E6D90 (or 0x8E6D90) is unknown color: approx Trendy Pink. HEX triplet: 8E, 6D and 90. RGB value is (142,109,144). Sum of RGB (Red+Green+Blue) = 142+109+144=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E6D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6D90 is #71926F. Grayscale: #7A7A7A. Windows color (decimal): -7443056 or 9465230. OLE color: 9465230.

HSL color Cylindrical-coordinate representation of color #8E6D90: hue angle of 296.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E6D90 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB142109144-
CMYK0.010.2400.44
HSL296.57º13.83%49.61%-
HSV(B)296.57º24.31%56.47%-
XYZ21.6618.728.85-
YUV122.86139.93141.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=35.95%
G=27.59%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421091440.010.2400.44296.5713.8349.61
Hex8E6D9011802C129e32
Octal2161552201300544511662
Binary1000111011011011001000011100001011001001010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,144); }

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

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

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

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

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

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

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