#8E004D

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

Shades of Eggplant #8E004D

Tints of Eggplant #8E004D

Color information

#8E004D (or 0x8E004D) is unknown color: approx Eggplant. HEX triplet: 8E, 00 and 4D. RGB value is (142,0,77). Sum of RGB (Red+Green+Blue) = 142+0+77=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E004D is #71FFB2. Grayscale: #333333. Windows color (decimal): -7471027 or 5046414. OLE color: 5046414.

HSL color Cylindrical-coordinate representation of color #8E004D: hue angle of 327.46º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E004D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB142077-
CMYK010.460.44
HSL327.46º100%27.84%-
HSV(B)327.46º100%55.69%-
XYZ12.496.297.58-
YUV51.24142.54192.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=64.84%
G=0%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142077010.460.44327.4610027.84
Hex8E04D0642E2C147641c
Octal21601150144565450714434
Binary100011100100110101100100101110101100101000111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E004D; }

 p { color: rgb(142,0,77); }

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

<style>
 a { background-color: #8E004D; }

 a { background-color: rgb(142,0,77); }

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

<style>
 span { border-color: #8E004D; }

 span { border-color: rgb(142,0,77); }

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