#8E648E

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

Shades of Trendy Pink #8E648E

Tints of Trendy Pink #8E648E

Color information

#8E648E (or 0x8E648E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 64 and 8E. RGB value is (142,100,142). Sum of RGB (Red+Green+Blue) = 142+100+142=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E648E is #719B71. Grayscale: #757575. Windows color (decimal): -7445362 or 9331854. OLE color: 9331854.

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

Color convert

RGB142100142-
CMYK00.3000.44
HSL300º17.36%47.45%-
HSV(B)300º29.58%55.69%-
XYZ20.5916.8227.75-
YUV117.35141.91145.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=36.98%
G=26.04%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210014200.3000.4430017.3647.45
Hex8E648E01E02C12c112f
Octal2161442160360544542157
Binary10001110110010010001110011110010110010010110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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