#8E668A

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

Shades of Trendy Pink #8E668A

Tints of Trendy Pink #8E668A

Color information

#8E668A (or 0x8E668A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 66 and 8A. RGB value is (142,102,138). Sum of RGB (Red+Green+Blue) = 142+102+138=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E668A is #719975. Grayscale: #757575. Windows color (decimal): -7444854 or 9070222. OLE color: 9070222.

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

Color convert

RGB142102138-
CMYK00.280.030.44
HSL306º16.39%47.84%-
HSV(B)306º28.17%55.69%-
XYZ20.4917.0926.26-
YUV118.06139.25145.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=37.17%
G=26.70%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210213800.280.030.4430616.3947.84
Hex8E668A01C32C1321030
Octal2161462120343544622060
Binary100011101100110100010100111001110110010011001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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