#88618E

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

Shades of Trendy Pink #88618E

Tints of Trendy Pink #88618E

Color information

#88618E (or 0x88618E) is unknown color: approx Trendy Pink. HEX triplet: 88, 61 and 8E. RGB value is (136,97,142). Sum of RGB (Red+Green+Blue) = 136+97+142=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #88618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88618E is #779E71. Grayscale: #717171. Windows color (decimal): -7839346 or 9331080. OLE color: 9331080.

HSL color Cylindrical-coordinate representation of color #88618E: hue angle of 292º 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 #88618E is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13697142-
CMYK0.040.3200.44
HSL292º18.83%46.86%-
HSV(B)292º31.69%55.69%-
XYZ19.3115.7427.61-
YUV113.79143.92143.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=36.27%
G=25.87%
B=37.87%

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
Decimal136971420.040.3200.4429218.8346.86
Hex88618E42002C124132f
Octal2101412164400544442357
Binary10001000110000110001110100100000010110010010010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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