#8E5688

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

Shades of Trendy Pink #8E5688

Tints of Trendy Pink #8E5688

Color information

#8E5688 (or 0x8E5688) is unknown color: approx Trendy Pink. HEX triplet: 8E, 56 and 88. RGB value is (142,86,136). Sum of RGB (Red+Green+Blue) = 142+86+136=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5688 is #71A977. Grayscale: #6C6C6C. Windows color (decimal): -7448952 or 8935054. OLE color: 8935054.

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

Color convert

RGB14286136-
CMYK00.390.040.44
HSL306.43º24.56%44.71%-
HSV(B)306.43º39.44%55.69%-
XYZ18.9314.1825.03-
YUV108.44143.55151.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=39.01%
G=23.63%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428613600.390.040.44306.4324.5644.71
Hex8E568802742C132192d
Octal2161262100474544623155
Binary10001110101011010001000010011110010110010011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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