#8E598B

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

Shades of Trendy Pink #8E598B

Tints of Trendy Pink #8E598B

Color information

#8E598B (or 0x8E598B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 59 and 8B. RGB value is (142,89,139). Sum of RGB (Red+Green+Blue) = 142+89+139=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E598B is #71A674. Grayscale: #6E6E6E. Windows color (decimal): -7448181 or 9132430. OLE color: 9132430.

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

Color convert

RGB14289139-
CMYK00.370.020.44
HSL303.4º22.94%45.29%-
HSV(B)303.4º37.32%55.69%-
XYZ19.3914.7626.25-
YUV110.55144.06150.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=38.38%
G=24.05%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428913900.370.020.44303.422.9445.29
Hex8E598B02522C12f172d
Octal2161312130452544572755
Binary1000111010110011000101101001011010110010010111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,139); }

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

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

 a { background-color: rgb(142,89,139); }

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

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

 span { border-color: rgb(142,89,139); }

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