Html Css Color HEX #8E025D Eggplant

📋 copy color: '#8E025D'

red 142 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #8E025D

Tints of Eggplant #8E025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 59.92%
G = 0.84%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E025D (or 0x8E025D) is known color: Eggplant. HEX triplet: 8E, 02 and 5D. RGB value is (142,2,93). Sum of RGB (Red+Green+Blue) = 142+2+93=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E025D is #71FDA2. Grayscale: #363636. Windows color (decimal): -7470499 or 6095502. OLE color: 6095502.

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

Color convert

RGB 142 2 93 -
CMYK 0 0.99 0.35 0.44
HSL 321º 0.97% 0.28% -
HSV(B) 321º 0.99% 0.56% -
XYZ 13.15 6.58 10.93 -
YUV 54.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 142 2 93 0 0.99 0.35 0.44 321 0.97 0.28
Hex 8E 2 5D 0 63 23 2C 141 61 1C
Octal 216 2 135 0 143 43 54 501 141 34
Binary 10001110 10 1011101 0 1100011 100011 101100 101000001 1100001 11100

Color Harmonies of #8E025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E025D

Black with #8E025D

Text Example


Text Example

White with #8E025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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