#8E5183

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

Shades of Trendy Pink #8E5183

Tints of Trendy Pink #8E5183

Color information

#8E5183 (or 0x8E5183) is unknown color: approx Trendy Pink. HEX triplet: 8E, 51 and 83. RGB value is (142,81,131). Sum of RGB (Red+Green+Blue) = 142+81+131=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5183 is #71AE7C. Grayscale: #686868. Windows color (decimal): -7450237 or 8606094. OLE color: 8606094.

HSL color Cylindrical-coordinate representation of color #8E5183: hue angle of 310.82º 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 #8E5183 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14281131-
CMYK00.430.080.44
HSL310.82º27.35%43.73%-
HSV(B)310.82º42.96%55.69%-
XYZ18.1913.2723.08-
YUV104.94142.71154.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=40.11%
G=22.88%
B=37.01%

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
Decimal1428113100.430.080.44310.8227.3543.73
Hex8E518302B82C1371b2c
Octal21612120305310544673354
Binary100011101010001100000110101011100010110010011011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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