#8E5182

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

Shades of Trendy Pink #8E5182

Tints of Trendy Pink #8E5182

Color information

#8E5182 (or 0x8E5182) is unknown color: approx Trendy Pink. HEX triplet: 8E, 51 and 82. RGB value is (142,81,130). Sum of RGB (Red+Green+Blue) = 142+81+130=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5182 is #71AE7D. Grayscale: #686868. Windows color (decimal): -7450238 or 8540558. OLE color: 8540558.

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

Color convert

RGB14281130-
CMYK00.430.080.44
HSL311.8º27.35%43.73%-
HSV(B)311.8º42.96%55.69%-
XYZ18.1313.2522.72-
YUV104.82142.21154.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=40.23%
G=22.95%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428113000.430.080.44311.827.3543.73
Hex8E518202B82C1381b2c
Octal21612120205310544703354
Binary100011101010001100000100101011100010110010011100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,130); }

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

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

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

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

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

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

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