#8E578D

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

Shades of Trendy Pink #8E578D

Tints of Trendy Pink #8E578D

Color information

#8E578D (or 0x8E578D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 57 and 8D. RGB value is (142,87,141). Sum of RGB (Red+Green+Blue) = 142+87+141=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E578D is #71A872. Grayscale: #6D6D6D. Windows color (decimal): -7448691 or 9262990. OLE color: 9262990.

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

Color convert

RGB14287141-
CMYK00.390.010.44
HSL301.09º24.02%44.9%-
HSV(B)301.09º38.73%55.69%-
XYZ19.3714.4926.98-
YUV109.6145.72151.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=38.38%
G=23.51%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428714100.390.010.44301.0924.0244.9
Hex8E578D02712C12d182d
Octal2161272150471544553055
Binary100011101010111100011010100111110110010010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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