#8e5580

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

Shades of Trendy Pink #8E5580

Tints of Trendy Pink #8E5580

Color information

#8E5580 (or 0x8E5580) is unknown color: approx Trendy Pink. HEX triplet: 8E, 55 and 80. RGB value is (142,85,128). Sum of RGB (Red+Green+Blue) = 142+85+128=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5580 is #71AA7F. Grayscale: #6A6A6A. Windows color (decimal): -7449216 or 8410510. OLE color: 8410510.

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

Color convert

RGB14285128-
CMYK00.400.100.44
HSL314.74º25.11%44.51%-
HSV(B)314.74º40.14%55.69%-
XYZ18.313.8122.12-
YUV106.94139.88153-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=40%
G=23.94%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428512800.400.100.44314.7425.1144.51
Hex8E5580028A2C13b192d
Octal21612520005012544733155
Binary100011101010101100000000101000101010110010011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,128); }

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

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

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

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

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

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

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