#88464E

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

Shades of Solid Pink #88464E

Tints of Solid Pink #88464E

Color information

#88464E (or 0x88464E) is unknown color: approx Solid Pink. HEX triplet: 88, 46 and 4E. RGB value is (136,70,78). Sum of RGB (Red+Green+Blue) = 136+70+78=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88464E is #77B9B1. Grayscale: #5A5A5A. Windows color (decimal): -7846322 or 5129864. OLE color: 5129864.

HSL color Cylindrical-coordinate representation of color #88464E: hue angle of 352.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88464E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1367078-
CMYK00.490.430.47
HSL352.73º32.04%40.39%-
HSV(B)352.73º48.53%53.33%-
XYZ13.7210.168.45-
YUV90.65120.87160.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=47.89%
G=24.65%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136707800.490.430.47352.7332.0440.39
Hex88464E0312B2F1612028
Octal21010611606153575414050
Binary10001000100011010011100110001101011101111101100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,70,78); }

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

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

 a { background-color: rgb(136,70,78); }

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

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

 span { border-color: rgb(136,70,78); }

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