Html Css Color HEX #880E56 Eggplant

📋 copy color: '#880E56'

red 136 ◦ green 14 ◦ blue 86

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

Shades of Eggplant #880E56

Tints of Eggplant #880E56

RGB

 RED value IS 136 (53.52% from 255) = 57.63%

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 57.63%
G = 5.93%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#880E56 (or 0x880E56) is known color: Eggplant. HEX triplet: 88, 0E and 56. RGB value is (136,14,86). Sum of RGB (Red+Green+Blue) = 136+14+86=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #880E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E56 is #77F1A9. Grayscale: #3A3A3A. Windows color (decimal): -7860650 or 5639816. OLE color: 5639816.

HSL color Cylindrical-coordinate representation of color #880E56: hue angle of 324.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E56 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 86 -
CMYK 0 0.90 0.37 0.47
HSL 324.59º 0.81% 0.29% -
HSV(B) 324.59º 0.9% 0.53% -
XYZ 11.99 6.22 9.37 -
YUV 58.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 136 14 86 0 0.90 0.37 0.47 324.59 0.81 0.29
Hex 88 E 56 0 5A 25 2F 145 51 1D
Octal 210 16 126 0 132 45 57 505 121 35
Binary 10001000 1110 1010110 0 1011010 100101 101111 101000101 1010001 11101

Color Harmonies of #880E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E56

Black with #880E56

Text Example


Text Example

White with #880E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880E56; }

 p { color: rgb(136,14,86); }

 H1.HeaderClassName
 {
   color: #880E56;
 }
 .AnyTagClassName
 {
   color: #880E56;
 }
</style>

background-color css

<style>
 a { background-color: #880E56; }

 a { background-color: rgb(136,14,86); }

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

border-color css

<style>
 span { border-color: #880E56; }

 span { border-color: rgb(136,14,86); }

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