#8E588E

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

Shades of Trendy Pink #8E588E

Tints of Trendy Pink #8E588E

Color information

#8E588E (or 0x8E588E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 58 and 8E. RGB value is (142,88,142). Sum of RGB (Red+Green+Blue) = 142+88+142=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E588E is #71A771. Grayscale: #6E6E6E. Windows color (decimal): -7448434 or 9328782. OLE color: 9328782.

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

Color convert

RGB14288142-
CMYK00.3800.44
HSL300º23.48%45.1%-
HSV(B)300º38.03%55.69%-
XYZ19.5314.6827.4-
YUV110.3145.89150.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=38.17%
G=23.66%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428814200.3800.4430023.4845.1
Hex8E588E02602C12c172d
Octal2161302160460544542755
Binary100011101011000100011100100110010110010010110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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