#885890

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

Shades of Trendy Pink #885890

Tints of Trendy Pink #885890

Color information

#885890 (or 0x885890) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 90. RGB value is (136,88,144). Sum of RGB (Red+Green+Blue) = 136+88+144=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #885890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885890 is #77A76F. Grayscale: #6C6C6C. Windows color (decimal): -7841648 or 9459848. OLE color: 9459848.

HSL color Cylindrical-coordinate representation of color #885890: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885890 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13688144-
CMYK0.060.3900.44
HSL291.43º24.14%45.49%-
HSV(B)291.43º38.89%56.47%-
XYZ18.6814.2328.15-
YUV108.74147.9147.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=36.96%
G=23.91%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136881440.060.3900.44291.4324.1445.49
Hex88589062702C123182d
Octal2101302206470544433055
Binary10001000101100010010000110100111010110010010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885890; }

 p { color: rgb(136,88,144); }

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

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

 a { background-color: rgb(136,88,144); }

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

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

 span { border-color: rgb(136,88,144); }

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