#8E5084

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

Shades of Trendy Pink #8E5084

Tints of Trendy Pink #8E5084

Color information

#8E5084 (or 0x8E5084) is unknown color: approx Trendy Pink. HEX triplet: 8E, 50 and 84. RGB value is (142,80,132). Sum of RGB (Red+Green+Blue) = 142+80+132=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5084 is #71AF7B. Grayscale: #686868. Windows color (decimal): -7450492 or 8671374. OLE color: 8671374.

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

Color convert

RGB14280132-
CMYK00.440.070.44
HSL309.68º27.93%43.53%-
HSV(B)309.68º43.66%55.69%-
XYZ18.1913.1523.41-
YUV104.47143.54154.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=40.11%
G=22.60%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428013200.440.070.44309.6827.9343.53
Hex8E508402C72C1361c2c
Octal2161202040547544663454
Binary10001110101000010000100010110011110110010011011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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