#88608A

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

Shades of Trendy Pink #88608A

Tints of Trendy Pink #88608A

Color information

#88608A (or 0x88608A) is unknown color: approx Trendy Pink. HEX triplet: 88, 60 and 8A. RGB value is (136,96,138). Sum of RGB (Red+Green+Blue) = 136+96+138=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #88608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608A is #779F75. Grayscale: #707070. Windows color (decimal): -7839606 or 9068680. OLE color: 9068680.

HSL color Cylindrical-coordinate representation of color #88608A: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88608A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13696138-
CMYK0.010.3000.46
HSL297.14º17.95%45.88%-
HSV(B)297.14º30.43%54.12%-
XYZ18.9215.4326.03-
YUV112.75142.25144.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=36.76%
G=25.95%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136961380.010.3000.46297.1417.9545.88
Hex88608A11E02E129122e
Octal2101402121360564512256
Binary10001000110000010001010111110010111010010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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