#884E86

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

Shades of Trendy Pink #884E86

Tints of Trendy Pink #884E86

Color information

#884E86 (or 0x884E86) is unknown color: approx Trendy Pink. HEX triplet: 88, 4E and 86. RGB value is (136,78,134). Sum of RGB (Red+Green+Blue) = 136+78+134=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #884E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884E86 is #77B179. Grayscale: #656565. Windows color (decimal): -7844218 or 8801928. OLE color: 8801928.

HSL color Cylindrical-coordinate representation of color #884E86: hue angle of 302.07º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884E86 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13678134-
CMYK00.430.010.47
HSL302.07º27.1%41.96%-
HSV(B)302.07º42.65%53.33%-
XYZ17.1812.424.04-
YUV101.73146.22152.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=39.08%
G=22.41%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367813400.430.010.47302.0727.141.96
Hex884E8602B12F12e1b2a
Octal2101162060531574563352
Binary100010001001110100001100101011110111110010111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884E86; }

 p { color: rgb(136,78,134); }

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

<style>
 a { background-color: #884E86; }

 a { background-color: rgb(136,78,134); }

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

<style>
 span { border-color: #884E86; }

 span { border-color: rgb(136,78,134); }

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