Html Css Color HEX #8E0B58 Eggplant

📋 copy color: '#8E0B58'

red 142 ◦ green 11 ◦ blue 88

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

Shades of Eggplant #8E0B58

Tints of Eggplant #8E0B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 58.92%
G = 4.56%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E0B58 (or 0x8E0B58) is known color: Eggplant. HEX triplet: 8E, 0B and 58. RGB value is (142,11,88). Sum of RGB (Red+Green+Blue) = 142+11+88=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B58 is #71F4A7. Grayscale: #3A3A3A. Windows color (decimal): -7468200 or 5770126. OLE color: 5770126.

HSL color Cylindrical-coordinate representation of color #8E0B58: hue angle of 324.73º degrees, saturation: 0.86, 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 #8E0B58 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 11 88 -
CMYK 0 0.92 0.38 0.44
HSL 324.73º 0.86% 0.3% -
HSV(B) 324.73º 0.92% 0.56% -
XYZ 13.04 6.69 9.84 -
YUV 58.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 142 11 88 0 0.92 0.38 0.44 324.73 0.86 0.3
Hex 8E B 58 0 5C 26 2C 145 56 1E
Octal 216 13 130 0 134 46 54 505 126 36
Binary 10001110 1011 1011000 0 1011100 100110 101100 101000101 1010110 11110

Color Harmonies of #8E0B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0B58

Black with #8E0B58

Text Example


Text Example

White with #8E0B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,11,88); }

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

background-color css

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

 a { background-color: rgb(142,11,88); }

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

border-color css

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

 span { border-color: rgb(142,11,88); }

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