#8E5081

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

Shades of Trendy Pink #8E5081

Tints of Trendy Pink #8E5081

Color information

#8E5081 (or 0x8E5081) is unknown color: approx Trendy Pink. HEX triplet: 8E, 50 and 81. RGB value is (142,80,129). Sum of RGB (Red+Green+Blue) = 142+80+129=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5081 is #71AF7E. Grayscale: #676767. Windows color (decimal): -7450495 or 8474766. OLE color: 8474766.

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

Color convert

RGB14280129-
CMYK00.440.090.44
HSL312.58º27.93%43.53%-
HSV(B)312.58º43.66%55.69%-
XYZ17.9913.0722.34-
YUV104.12142.04155.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=40.46%
G=22.79%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428012900.440.090.44312.5827.9343.53
Hex8E508102C92C1391c2c
Octal21612020105411544713454
Binary100011101010000100000010101100100110110010011100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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