#88628B

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

Shades of Trendy Pink #88628B

Tints of Trendy Pink #88628B

Color information

#88628B (or 0x88628B) is unknown color: approx Trendy Pink. HEX triplet: 88, 62 and 8B. RGB value is (136,98,139). Sum of RGB (Red+Green+Blue) = 136+98+139=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #88628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88628B is #779D74. Grayscale: #717171. Windows color (decimal): -7839093 or 9134728. OLE color: 9134728.

HSL color Cylindrical-coordinate representation of color #88628B: hue angle of 295.61º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88628B is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13698139-
CMYK0.020.2900.45
HSL295.61º17.3%46.47%-
HSV(B)295.61º29.5%54.51%-
XYZ19.1815.8326.47-
YUV114.04142.09143.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=36.46%
G=26.27%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136981390.020.2900.45295.6117.346.47
Hex88628B21D02D128112e
Octal2101422132350554502156
Binary100010001100010100010111011101010110110010100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88628B; }

 p { color: rgb(136,98,139); }

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

<style>
 a { background-color: #88628B; }

 a { background-color: rgb(136,98,139); }

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

<style>
 span { border-color: #88628B; }

 span { border-color: rgb(136,98,139); }

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