#8E025B

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

Shades of Eggplant #8E025B

Tints of Eggplant #8E025B

Color information

#8E025B (or 0x8E025B) is unknown color: approx Eggplant. HEX triplet: 8E, 02 and 5B. RGB value is (142,2,91). Sum of RGB (Red+Green+Blue) = 142+2+91=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E025B is #71FDA4. Grayscale: #353535. Windows color (decimal): -7470501 or 5964430. OLE color: 5964430.

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

Color convert

RGB142291-
CMYK00.990.360.44
HSL321.86º97.22%28.24%-
HSV(B)321.86º98.59%55.69%-
XYZ13.076.5510.47-
YUV54.01148.88190.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=60.43%
G=0.85%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14229100.990.360.44321.8697.2228.24
Hex8E25B063242C142611c
Octal21621330143445450214134
Binary1000111010101101101100011100100101100101000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,91); }

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

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

 a { background-color: rgb(142,2,91); }

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

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

 span { border-color: rgb(142,2,91); }

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