Html Css Color HEX #880E65 Eggplant

📋 copy color: '#880E65'

red 136 ◦ green 14 ◦ blue 101

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

Shades of Eggplant #880E65

Tints of Eggplant #880E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 54.18%
G = 5.58%
B = 40.24%

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

#880E65 (or 0x880E65) is known color: Eggplant. HEX triplet: 88, 0E and 65. RGB value is (136,14,101). Sum of RGB (Red+Green+Blue) = 136+14+101=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E65 is #77F19A. Grayscale: #3C3C3C. Windows color (decimal): -7860635 or 6622856. OLE color: 6622856.

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

Color convert

RGB 136 14 101 -
CMYK 0 0.90 0.26 0.47
HSL 317.21º 0.81% 0.29% -
HSV(B) 317.21º 0.9% 0.53% -
XYZ 12.66 6.49 12.9 -
YUV 60.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 136 14 101 0 0.90 0.26 0.47 317.21 0.81 0.29
Hex 88 E 65 0 5A 1A 2F 13D 51 1D
Octal 210 16 145 0 132 32 57 475 121 35
Binary 10001000 1110 1100101 0 1011010 11010 101111 100111101 1010001 11101

Color Harmonies of #880E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E65

Black with #880E65

Text Example


Text Example

White with #880E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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