#8E537F

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

Shades of Trendy Pink #8E537F

Tints of Trendy Pink #8E537F

Color information

#8E537F (or 0x8E537F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 7F. RGB value is (142,83,127). Sum of RGB (Red+Green+Blue) = 142+83+127=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537F is #71AC80. Grayscale: #696969. Windows color (decimal): -7449729 or 8344462. OLE color: 8344462.

HSL color Cylindrical-coordinate representation of color #8E537F: hue angle of 315.25º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E537F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14283127-
CMYK00.420.110.44
HSL315.25º26.22%44.12%-
HSV(B)315.25º41.55%55.69%-
XYZ18.0813.4721.73-
YUV105.66140.05153.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 127 (50% from 255) = 36.08%
R=40.34%
G=23.58%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428312700.420.110.44315.2526.2244.12
Hex8E537F02AB2C13b1a2c
Octal21612317705213544733254
Binary10001110101001111111110101010101110110010011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,127); }

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

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

 a { background-color: rgb(142,83,127); }

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

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

 span { border-color: rgb(142,83,127); }

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