#88035E

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

Shades of Eggplant #88035E

Tints of Eggplant #88035E

Color information

#88035E (or 0x88035E) is unknown color: approx Eggplant. HEX triplet: 88, 03 and 5E. RGB value is (136,3,94). Sum of RGB (Red+Green+Blue) = 136+3+94=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88035E is #77FCA1. Grayscale: #343434. Windows color (decimal): -7863458 or 6161288. OLE color: 6161288.

HSL color Cylindrical-coordinate representation of color #88035E: hue angle of 318.95º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88035E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB136394-
CMYK00.980.310.47
HSL318.95º95.68%27.25%-
HSV(B)318.95º97.79%53.33%-
XYZ12.216.1111.13-
YUV53.14151.06187.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=58.37%
G=1.29%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13639400.980.310.47318.9595.6827.25
Hex8835E0621F2F13f601b
Octal21031360142375747714033
Binary100010001110111100110001011111101111100111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,3,94); }

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

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

 a { background-color: rgb(136,3,94); }

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

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

 span { border-color: rgb(136,3,94); }

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