#895888

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

Shades of Trendy Pink #895888

Tints of Trendy Pink #895888

Color information

#895888 (or 0x895888) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 88. RGB value is (137,88,136). Sum of RGB (Red+Green+Blue) = 137+88+136=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895888 is #76A777. Grayscale: #6B6B6B. Windows color (decimal): -7776120 or 8935561. OLE color: 8935561.

HSL color Cylindrical-coordinate representation of color #895888: hue angle of 301.22º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895888 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13788136-
CMYK00.360.010.46
HSL301.22º21.78%44.12%-
HSV(B)301.22º35.77%53.73%-
XYZ18.2514.0825.05-
YUV108.12143.73148.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=37.95%
G=24.38%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378813600.360.010.46301.2221.7844.12
Hex89588802412E12d162c
Octal2111302100441564552654
Binary100010011011000100010000100100110111010010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895888; }

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

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

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

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

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

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

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

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