#8E055A

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

Shades of Eggplant #8E055A

Tints of Eggplant #8E055A

Color information

#8E055A (or 0x8E055A) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 5A. RGB value is (142,5,90). Sum of RGB (Red+Green+Blue) = 142+5+90=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E055A is #71FAA5. Grayscale: #373737. Windows color (decimal): -7469734 or 5899662. OLE color: 5899662.

HSL color Cylindrical-coordinate representation of color #8E055A: hue angle of 322.77º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E055A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB142590-
CMYK00.960.370.44
HSL322.77º93.2%28.82%-
HSV(B)322.77º96.48%55.69%-
XYZ13.066.610.26-
YUV55.65147.39189.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.92%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=59.92%
G=2.11%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14259000.960.370.44322.7793.228.82
Hex8E55A060252C1435d1d
Octal21651320140455450313535
Binary10001110101101101001100000100101101100101000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,90); }

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

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

 a { background-color: rgb(142,5,90); }

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

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

 span { border-color: rgb(142,5,90); }

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