Html Css Color HEX #880E6A Eggplant

📋 copy color: '#880E6A'

red 136 ◦ green 14 ◦ blue 106

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

Shades of Eggplant #880E6A

Tints of Eggplant #880E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 53.13%
G = 5.47%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#880E6A (or 0x880E6A) is known color: Eggplant. HEX triplet: 88, 0E and 6A. RGB value is (136,14,106). Sum of RGB (Red+Green+Blue) = 136+14+106=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E6A is #77F195. Grayscale: #3C3C3C. Windows color (decimal): -7860630 or 6950536. OLE color: 6950536.

HSL color Cylindrical-coordinate representation of color #880E6A: hue angle of 314.75º 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 #880E6A is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 106 -
CMYK 0 0.90 0.22 0.47
HSL 314.75º 0.81% 0.29% -
HSV(B) 314.75º 0.9% 0.53% -
XYZ 12.91 6.59 14.23 -
YUV 60.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 136 14 106 0 0.90 0.22 0.47 314.75 0.81 0.29
Hex 88 E 6A 0 5A 16 2F 13B 51 1D
Octal 210 16 152 0 132 26 57 473 121 35
Binary 10001000 1110 1101010 0 1011010 10110 101111 100111011 1010001 11101

Color Harmonies of #880E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E6A

Black with #880E6A

Text Example


Text Example

White with #880E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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