#88588C

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

Shades of Trendy Pink #88588C

Tints of Trendy Pink #88588C

Color information

#88588C (or 0x88588C) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 8C. RGB value is (136,88,140). Sum of RGB (Red+Green+Blue) = 136+88+140=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #88588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88588C is #77A773. Grayscale: #6C6C6C. Windows color (decimal): -7841652 or 9197704. OLE color: 9197704.

HSL color Cylindrical-coordinate representation of color #88588C: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88588C is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13688140-
CMYK0.030.3700.45
HSL295.38º22.81%44.71%-
HSV(B)295.38º37.14%54.9%-
XYZ18.3814.1126.57-
YUV108.28145.9147.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=37.36%
G=24.18%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136881400.030.3700.45295.3822.8144.71
Hex88588C32502D127172d
Octal2101302143450554472755
Binary1000100010110001000110011100101010110110010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88588C; }

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

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

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

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

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

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

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

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