#8E5788

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

Shades of Trendy Pink #8E5788

Tints of Trendy Pink #8E5788

Color information

#8E5788 (or 0x8E5788) is unknown color: approx Trendy Pink. HEX triplet: 8E, 57 and 88. RGB value is (142,87,136). Sum of RGB (Red+Green+Blue) = 142+87+136=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5788 is #71A877. Grayscale: #6C6C6C. Windows color (decimal): -7448696 or 8935310. OLE color: 8935310.

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

Color convert

RGB14287136-
CMYK00.390.040.44
HSL306.55º24.02%44.9%-
HSV(B)306.55º38.73%55.69%-
XYZ19.0114.3425.06-
YUV109.03143.22151.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=38.90%
G=23.84%
B=37.26%

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
Decimal1428713600.390.040.44306.5524.0244.9
Hex8E578802742C133182d
Octal2161272100474544633055
Binary10001110101011110001000010011110010110010011001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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