#8E5083

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

Shades of Trendy Pink #8E5083

Tints of Trendy Pink #8E5083

Color information

#8E5083 (or 0x8E5083) is unknown color: approx Trendy Pink. HEX triplet: 8E, 50 and 83. RGB value is (142,80,131). Sum of RGB (Red+Green+Blue) = 142+80+131=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5083 is #71AF7C. Grayscale: #686868. Windows color (decimal): -7450493 or 8605838. OLE color: 8605838.

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

Color convert

RGB14280131-
CMYK00.440.080.44
HSL310.65º27.93%43.53%-
HSV(B)310.65º43.66%55.69%-
XYZ18.1213.1323.05-
YUV104.35143.04154.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=40.23%
G=22.66%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428013100.440.080.44310.6527.9343.53
Hex8E508302C82C1371c2c
Octal21612020305410544673454
Binary100011101010000100000110101100100010110010011011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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