Html Css Color HEX #8E024F Eggplant

📋 copy color: '#8E024F'

red 142 ◦ green 2 ◦ blue 79

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

Shades of Eggplant #8E024F

Tints of Eggplant #8E024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 63.68%
G = 0.9%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E024F (or 0x8E024F) is known color: Eggplant. HEX triplet: 8E, 02 and 4F. RGB value is (142,2,79). Sum of RGB (Red+Green+Blue) = 142+2+79=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E024F is #71FDB0. Grayscale: #343434. Windows color (decimal): -7470513 or 5177998. OLE color: 5177998.

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

Color convert

RGB 142 2 79 -
CMYK 0 0.99 0.44 0.44
HSL 327º 0.97% 0.28% -
HSV(B) 327º 0.99% 0.56% -
XYZ 12.59 6.36 7.96 -
YUV 52.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 142 2 79 0 0.99 0.44 0.44 327 0.97 0.28
Hex 8E 2 4F 0 63 2C 2C 147 61 1C
Octal 216 2 117 0 143 54 54 507 141 34
Binary 10001110 10 1001111 0 1100011 101100 101100 101000111 1100001 11100

Color Harmonies of #8E024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E024F

Black with #8E024F

Text Example


Text Example

White with #8E024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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