#88074E

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

Shades of Eggplant #88074E

Tints of Eggplant #88074E

Color information

#88074E (or 0x88074E) is unknown color: approx Eggplant. HEX triplet: 88, 07 and 4E. RGB value is (136,7,78). Sum of RGB (Red+Green+Blue) = 136+7+78=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88074E is #77F8B1. Grayscale: #353535. Windows color (decimal): -7862450 or 5113736. OLE color: 5113736.

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

Color convert

RGB136778-
CMYK00.950.430.47
HSL326.98º90.21%28.04%-
HSV(B)326.98º94.85%53.33%-
XYZ11.65.947.74-
YUV53.67141.74186.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=61.54%
G=3.17%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13677800.950.430.47326.9890.2128.04
Hex8874E05F2B2F1475a1c
Octal21071160137535750713234
Binary10001000111100111001011111101011101111101000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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