#8E598D

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

Shades of Trendy Pink #8E598D

Tints of Trendy Pink #8E598D

Color information

#8E598D (or 0x8E598D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 59 and 8D. RGB value is (142,89,141). Sum of RGB (Red+Green+Blue) = 142+89+141=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E598D is #71A672. Grayscale: #6E6E6E. Windows color (decimal): -7448179 or 9263502. OLE color: 9263502.

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

Color convert

RGB14289141-
CMYK00.370.010.44
HSL301.13º22.94%45.29%-
HSV(B)301.13º37.32%55.69%-
XYZ19.5414.8227.03-
YUV110.78145.06150.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=38.17%
G=23.92%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428914100.370.010.44301.1322.9445.29
Hex8E598D02512C12d172d
Octal2161312150451544552755
Binary100011101011001100011010100101110110010010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,141); }

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

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

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

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

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

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

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