#8E547F

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

Shades of Trendy Pink #8E547F

Tints of Trendy Pink #8E547F

Color information

#8E547F (or 0x8E547F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 54 and 7F. RGB value is (142,84,127). Sum of RGB (Red+Green+Blue) = 142+84+127=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547F is #71AB80. Grayscale: #6A6A6A. Windows color (decimal): -7449473 or 8344718. OLE color: 8344718.

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

Color convert

RGB14284127-
CMYK00.410.110.44
HSL315.52º25.66%44.31%-
HSV(B)315.52º40.85%55.69%-
XYZ18.1613.6221.75-
YUV106.24139.72153.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 127 (50% from 255) = 35.98%
R=40.23%
G=23.80%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428412700.410.110.44315.5225.6644.31
Hex8E547F029B2C13c1a2c
Octal21612417705113544743254
Binary10001110101010011111110101001101110110010011110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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