#88567E

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

Shades of Trendy Pink #88567E

Tints of Trendy Pink #88567E

Color information

#88567E (or 0x88567E) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 7E. RGB value is (136,86,126). Sum of RGB (Red+Green+Blue) = 136+86+126=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88567E is #77A981. Grayscale: #696969. Windows color (decimal): -7842178 or 8279688. OLE color: 8279688.

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

Color convert

RGB13686126-
CMYK00.370.070.47
HSL312º22.52%43.53%-
HSV(B)312º36.76%53.33%-
XYZ17.2513.421.42-
YUV105.51139.56149.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=39.08%
G=24.71%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368612600.370.070.4731222.5243.53
Hex88567E02572F138172c
Octal2101261760457574702754
Binary1000100010101101111110010010111110111110011100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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