#8E718C

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

Shades of Trendy Pink #8E718C

Tints of Trendy Pink #8E718C

Color information

#8E718C (or 0x8E718C) is unknown color: approx Trendy Pink. HEX triplet: 8E, 71 and 8C. RGB value is (142,113,140). Sum of RGB (Red+Green+Blue) = 142+113+140=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E718C is #718E73. Grayscale: #7C7C7C. Windows color (decimal): -7442036 or 9204110. OLE color: 9204110.

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

Color convert

RGB142113140-
CMYK00.200.010.44
HSL304.14º11.37%50%-
HSV(B)304.14º20.42%55.69%-
XYZ21.7919.4527.42-
YUV124.75136.61140.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=35.95%
G=28.61%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211314000.200.010.44304.1411.3750
Hex8E718C01412C130b32
Octal2161612140241544601362
Binary1000111011100011000110001010011011001001100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,140); }

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

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

 a { background-color: rgb(142,113,140); }

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

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

 span { border-color: rgb(142,113,140); }

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