#88608E

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

Shades of Trendy Pink #88608E

Tints of Trendy Pink #88608E

Color information

#88608E (or 0x88608E) is unknown color: approx Trendy Pink. HEX triplet: 88, 60 and 8E. RGB value is (136,96,142). Sum of RGB (Red+Green+Blue) = 136+96+142=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #88608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608E is #779F71. Grayscale: #717171. Windows color (decimal): -7839602 or 9330824. OLE color: 9330824.

HSL color Cylindrical-coordinate representation of color #88608E: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88608E is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13696142-
CMYK0.040.3200.44
HSL292.17º19.33%46.67%-
HSV(B)292.17º32.39%55.69%-
XYZ19.2215.5527.58-
YUV113.2144.25144.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=36.36%
G=25.67%
B=37.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136961420.040.3200.44292.1719.3346.67
Hex88608E42002C124132f
Octal2101402164400544442357
Binary10001000110000010001110100100000010110010010010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,96,142); }

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

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

 a { background-color: rgb(136,96,142); }

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

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

 span { border-color: rgb(136,96,142); }

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