#8E0E5D

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

Shades of Eggplant #8E0E5D

Tints of Eggplant #8E0E5D

Color information

#8E0E5D (or 0x8E0E5D) is unknown color: approx Eggplant. HEX triplet: 8E, 0E and 5D. RGB value is (142,14,93). Sum of RGB (Red+Green+Blue) = 142+14+93=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E5D is #71F1A2. Grayscale: #3D3D3D. Windows color (decimal): -7467427 or 6098574. OLE color: 6098574.

HSL color Cylindrical-coordinate representation of color #8E0E5D: hue angle of 322.97º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E5D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1421493-
CMYK00.900.350.44
HSL322.97º82.05%30.59%-
HSV(B)322.97º90.14%55.69%-
XYZ13.296.8610.98-
YUV61.28145.91185.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=57.03%
G=5.62%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142149300.900.350.44322.9782.0530.59
Hex8EE5D05A232C143521f
Octal216161350132435450312237
Binary100011101110101110101011010100011101100101000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,93); }

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

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

 a { background-color: rgb(142,14,93); }

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

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

 span { border-color: rgb(142,14,93); }

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