#8E5680

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

Shades of Trendy Pink #8E5680

Tints of Trendy Pink #8E5680

Color information

#8E5680 (or 0x8E5680) is unknown color: approx Trendy Pink. HEX triplet: 8E, 56 and 80. RGB value is (142,86,128). Sum of RGB (Red+Green+Blue) = 142+86+128=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5680 is #71A97F. Grayscale: #6B6B6B. Windows color (decimal): -7448960 or 8410766. OLE color: 8410766.

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

Color convert

RGB14286128-
CMYK00.390.100.44
HSL315º24.56%44.71%-
HSV(B)315º39.44%55.69%-
XYZ18.3813.9622.15-
YUV107.53139.55152.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=39.89%
G=24.16%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428612800.390.100.4431524.5644.71
Hex8E5680027A2C13b192d
Octal21612620004712544733155
Binary100011101010110100000000100111101010110010011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,128); }

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

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

 a { background-color: rgb(142,86,128); }

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

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

 span { border-color: rgb(142,86,128); }

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