Html Css Color HEX #8E045E Eggplant

📋 copy color: '#8E045E'

red 142 ◦ green 4 ◦ blue 94

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

Shades of Eggplant #8E045E

Tints of Eggplant #8E045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 59.17%
G = 1.67%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E045E (or 0x8E045E) is known color: Eggplant. HEX triplet: 8E, 04 and 5E. RGB value is (142,4,94). Sum of RGB (Red+Green+Blue) = 142+4+94=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E045E is #71FBA1. Grayscale: #373737. Windows color (decimal): -7469986 or 6161550. OLE color: 6161550.

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

Color convert

RGB 142 4 94 -
CMYK 0 0.97 0.34 0.44
HSL 320.87º 0.95% 0.29% -
HSV(B) 320.87º 0.97% 0.56% -
XYZ 13.22 6.65 11.18 -
YUV 55.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 142 4 94 0 0.97 0.34 0.44 320.87 0.95 0.29
Hex 8E 4 5E 0 61 22 2C 141 5F 1D
Octal 216 4 136 0 141 42 54 501 137 35
Binary 10001110 100 1011110 0 1100001 100010 101100 101000001 1011111 11101

Color Harmonies of #8E045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E045E

Black with #8E045E

Text Example


Text Example

White with #8E045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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