#8E5090

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

Shades of Trendy Pink #8E5090

Tints of Trendy Pink #8E5090

Color information

#8E5090 (or 0x8E5090) is unknown color: approx Trendy Pink. HEX triplet: 8E, 50 and 90. RGB value is (142,80,144). Sum of RGB (Red+Green+Blue) = 142+80+144=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E5090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5090 is #71AF6F. Grayscale: #696969. Windows color (decimal): -7450480 or 9457806. OLE color: 9457806.

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

Color convert

RGB14280144-
CMYK0.010.4400.44
HSL298.12º28.57%43.92%-
HSV(B)298.12º44.44%56.47%-
XYZ19.0613.527.99-
YUV105.83149.54153.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=38.80%
G=21.86%
B=39.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142801440.010.4400.44298.1228.5743.92
Hex8E509012C02C12a1d2c
Octal2161202201540544523554
Binary100011101010000100100001101100010110010010101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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