Html Css Color HEX #880E69 Eggplant

📋 copy color: '#880E69'

red 136 ◦ green 14 ◦ blue 105

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

Shades of Eggplant #880E69

Tints of Eggplant #880E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 53.33%
G = 5.49%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880E69 (or 0x880E69) is known color: Eggplant. HEX triplet: 88, 0E and 69. RGB value is (136,14,105). Sum of RGB (Red+Green+Blue) = 136+14+105=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #880E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E69 is #77F196. Grayscale: #3C3C3C. Windows color (decimal): -7860631 or 6885000. OLE color: 6885000.

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

Color convert

RGB 136 14 105 -
CMYK 0 0.90 0.23 0.47
HSL 315.25º 0.81% 0.29% -
HSV(B) 315.25º 0.9% 0.53% -
XYZ 12.86 6.57 13.95 -
YUV 60.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 136 14 105 0 0.90 0.23 0.47 315.25 0.81 0.29
Hex 88 E 69 0 5A 17 2F 13B 51 1D
Octal 210 16 151 0 132 27 57 473 121 35
Binary 10001000 1110 1101001 0 1011010 10111 101111 100111011 1010001 11101

Color Harmonies of #880E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E69

Black with #880E69

Text Example


Text Example

White with #880E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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