#885E85

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

Shades of Trendy Pink #885E85

Tints of Trendy Pink #885E85

Color information

#885E85 (or 0x885E85) is unknown color: approx Trendy Pink. HEX triplet: 88, 5E and 85. RGB value is (136,94,133). Sum of RGB (Red+Green+Blue) = 136+94+133=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #885E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885E85 is #77A17A. Grayscale: #6E6E6E. Windows color (decimal): -7840123 or 8740488. OLE color: 8740488.

HSL color Cylindrical-coordinate representation of color #885E85: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E85 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13694133-
CMYK00.310.020.47
HSL304.29º18.26%45.1%-
HSV(B)304.29º30.88%53.33%-
XYZ18.3914.9324.1-
YUV111140.41145.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=37.47%
G=25.90%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369413300.310.020.47304.2918.2645.1
Hex885E8501F22F130122d
Octal2101362050372574602255
Binary100010001011110100001010111111010111110011000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E85; }

 p { color: rgb(136,94,133); }

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

<style>
 a { background-color: #885E85; }

 a { background-color: rgb(136,94,133); }

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

<style>
 span { border-color: #885E85; }

 span { border-color: rgb(136,94,133); }

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