#8E4779

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

Shades of Trendy Pink #8E4779

Tints of Trendy Pink #8E4779

Color information

#8E4779 (or 0x8E4779) is unknown color: approx Trendy Pink. HEX triplet: 8E, 47 and 79. RGB value is (142,71,121). Sum of RGB (Red+Green+Blue) = 142+71+121=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4779 is #71B886. Grayscale: #616161. Windows color (decimal): -7452807 or 7948174. OLE color: 7948174.

HSL color Cylindrical-coordinate representation of color #8E4779: hue angle of 317.75º 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 #8E4779 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14271121-
CMYK00.50.150.44
HSL317.75º33.33%41.76%-
HSV(B)317.75º50%55.69%-
XYZ16.8611.6419.45-
YUV97.93141.02159.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=42.51%
G=21.26%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427112100.50.150.44317.7533.3341.76
Hex8E4779032F2C13e212a
Octal21610717106217544764152
Binary100011101000111111100101100101111101100100111110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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