#88577E

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

Shades of Trendy Pink #88577E

Tints of Trendy Pink #88577E

Color information

#88577E (or 0x88577E) is unknown color: approx Trendy Pink. HEX triplet: 88, 57 and 7E. RGB value is (136,87,126). Sum of RGB (Red+Green+Blue) = 136+87+126=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88577E is #77A881. Grayscale: #696969. Windows color (decimal): -7841922 or 8279944. OLE color: 8279944.

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

Color convert

RGB13687126-
CMYK00.360.070.47
HSL312.24º21.97%43.73%-
HSV(B)312.24º36.03%53.33%-
XYZ17.3313.5621.44-
YUV106.1139.23149.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=38.97%
G=24.93%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368712600.360.070.47312.2421.9743.73
Hex88577E02472F138162c
Octal2101271760447574702654
Binary1000100010101111111110010010011110111110011100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88577E; }

 p { color: rgb(136,87,126); }

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

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

 a { background-color: rgb(136,87,126); }

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

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

 span { border-color: rgb(136,87,126); }

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