#8E045C

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

Shades of Eggplant #8E045C

Tints of Eggplant #8E045C

Color information

#8E045C (or 0x8E045C) is unknown color: approx Eggplant. HEX triplet: 8E, 04 and 5C. RGB value is (142,4,92). Sum of RGB (Red+Green+Blue) = 142+4+92=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E045C is #71FBA3. Grayscale: #373737. Windows color (decimal): -7469988 or 6030478. OLE color: 6030478.

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

Color convert

RGB142492-
CMYK00.970.350.44
HSL321.74º94.52%28.63%-
HSV(B)321.74º97.18%55.69%-
XYZ13.136.6110.71-
YUV55.29148.72189.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=59.66%
G=1.68%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14249200.970.350.44321.7494.5228.63
Hex8E45C061232C1425f1d
Octal21641340141435450213735
Binary10001110100101110001100001100011101100101000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,92); }

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

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

 a { background-color: rgb(142,4,92); }

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

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

 span { border-color: rgb(142,4,92); }

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