#8E0C5F

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

Shades of Eggplant #8E0C5F

Tints of Eggplant #8E0C5F

Color information

#8E0C5F (or 0x8E0C5F) is unknown color: approx Eggplant. HEX triplet: 8E, 0C and 5F. RGB value is (142,12,95). Sum of RGB (Red+Green+Blue) = 142+12+95=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C5F is #71F3A0. Grayscale: #3C3C3C. Windows color (decimal): -7467937 or 6229134. OLE color: 6229134.

HSL color Cylindrical-coordinate representation of color #8E0C5F: hue angle of 321.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C5F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1421295-
CMYK00.920.330.44
HSL321.69º84.42%30.2%-
HSV(B)321.69º91.55%55.69%-
XYZ13.356.8411.44-
YUV60.33147.57186.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=57.03%
G=4.82%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142129500.920.330.44321.6984.4230.2
Hex8EC5F05C212C142541e
Octal216141370134415450212436
Binary100011101100101111101011100100001101100101000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,95); }

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

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

 a { background-color: rgb(142,12,95); }

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

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

 span { border-color: rgb(142,12,95); }

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