Html Css Color HEX #880E64 Eggplant

📋 copy color: '#880E64'

red 136 ◦ green 14 ◦ blue 100

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

Shades of Eggplant #880E64

Tints of Eggplant #880E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40%

R = 54.4%
G = 5.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880E64 (or 0x880E64) is known color: Eggplant. HEX triplet: 88, 0E and 64. RGB value is (136,14,100). Sum of RGB (Red+Green+Blue) = 136+14+100=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E64 is #77F19B. Grayscale: #3C3C3C. Windows color (decimal): -7860636 or 6557320. OLE color: 6557320.

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

Color convert

RGB 136 14 100 -
CMYK 0 0.90 0.26 0.47
HSL 317.7º 0.81% 0.29% -
HSV(B) 317.7º 0.9% 0.53% -
XYZ 12.61 6.47 12.64 -
YUV 60.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 136 14 100 0 0.90 0.26 0.47 317.7 0.81 0.29
Hex 88 E 64 0 5A 1A 2F 13E 51 1D
Octal 210 16 144 0 132 32 57 476 121 35
Binary 10001000 1110 1100100 0 1011010 11010 101111 100111110 1010001 11101

Color Harmonies of #880E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E64

Black with #880E64

Text Example


Text Example

White with #880E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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