#8E477F

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

Shades of Trendy Pink #8E477F

Tints of Trendy Pink #8E477F

Color information

#8E477F (or 0x8E477F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 47 and 7F. RGB value is (142,71,127). Sum of RGB (Red+Green+Blue) = 142+71+127=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E477F is #71B880. Grayscale: #626262. Windows color (decimal): -7452801 or 8341390. OLE color: 8341390.

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

Color convert

RGB14271127-
CMYK00.50.110.44
HSL312.68º33.33%41.76%-
HSV(B)312.68º50%55.69%-
XYZ17.2411.7921.45-
YUV98.61144.02158.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 127 (50% from 255) = 37.35%
R=41.76%
G=20.88%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427112700.50.110.44312.6833.3341.76
Hex8E477F032B2C139212a
Octal21610717706213544714152
Binary100011101000111111111101100101011101100100111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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