#885E93

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

Shades of Trendy Pink #885E93

Tints of Trendy Pink #885E93

Color information

#885E93 (or 0x885E93) is unknown color: approx Trendy Pink. HEX triplet: 88, 5E and 93. RGB value is (136,94,147). Sum of RGB (Red+Green+Blue) = 136+94+147=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #885E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885E93 is #77A16C. Grayscale: #707070. Windows color (decimal): -7840109 or 9657992. OLE color: 9657992.

HSL color Cylindrical-coordinate representation of color #885E93: hue angle of 287.55º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885E93 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13694147-
CMYK0.070.3600.42
HSL287.55º21.99%47.25%-
HSV(B)287.55º36.05%57.65%-
XYZ19.4215.3529.54-
YUV112.6147.41144.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=36.07%
G=24.93%
B=38.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136941470.070.3600.42287.5521.9947.25
Hex885E9372402A120162f
Octal2101362237440524402657
Binary10001000101111010010011111100100010101010010000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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