#8E6A89

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

Shades of Trendy Pink #8E6A89

Tints of Trendy Pink #8E6A89

Color information

#8E6A89 (or 0x8E6A89) is unknown color: approx Trendy Pink. HEX triplet: 8E, 6A and 89. RGB value is (142,106,137). Sum of RGB (Red+Green+Blue) = 142+106+137=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A89 is #719576. Grayscale: #787878. Windows color (decimal): -7443831 or 9005710. OLE color: 9005710.

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

Color convert

RGB142106137-
CMYK00.250.040.44
HSL308.33º14.52%48.63%-
HSV(B)308.33º25.35%55.69%-
XYZ20.8217.8626.02-
YUV120.3137.43143.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=36.88%
G=27.53%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210613700.250.040.44308.3314.5248.63
Hex8E6A8901942C134f31
Octal2161522110314544641761
Binary100011101101010100010010110011001011001001101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,137); }

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

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

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

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

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

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

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