Html Css Color HEX #8E025E Eggplant

📋 copy color: '#8E025E'

red 142 ◦ green 2 ◦ blue 94

#8E025E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #8E025E

Tints of Eggplant #8E025E

RGB

 RED value IS 142 (55.86% from 255) = 59.66%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 59.66%
G = 0.84%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E025E (or 0x8E025E) is known color: Eggplant. HEX triplet: 8E, 02 and 5E. RGB value is (142,2,94). Sum of RGB (Red+Green+Blue) = 142+2+94=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E025E is #71FDA1. Grayscale: #363636. Windows color (decimal): -7470498 or 6161038. OLE color: 6161038.

HSL color Cylindrical-coordinate representation of color #8E025E: hue angle of 320.57º 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 #8E025E is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 2 94 -
CMYK 0 0.99 0.34 0.44
HSL 320.57º 0.97% 0.28% -
HSV(B) 320.57º 0.99% 0.56% -
XYZ 13.2 6.6 11.17 -
YUV 54.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 142 2 94 0 0.99 0.34 0.44 320.57 0.97 0.28
Hex 8E 2 5E 0 63 22 2C 141 61 1C
Octal 216 2 136 0 143 42 54 501 141 34
Binary 10001110 10 1011110 0 1100011 100010 101100 101000001 1100001 11100

Color Harmonies of #8E025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E025E

Black with #8E025E

Text Example


Text Example

White with #8E025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E025E;
 }
 .AnyTagClassName
 {
   color: #8E025E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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