Html Css Color HEX #E1B0E1 French Lilac

📋 copy color: '#E1B0E1'

red 225 ◦ green 176 ◦ blue 225

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

Shades of French Lilac #E1B0E1

Tints of French Lilac #E1B0E1

RGB

 RED value IS 225 (88.28% from 255) = 35.94%

 GREEN value IS 176 (69.14% from 255) = 28.12%

 BLUE value IS 225 (88.28% from 255) = 35.94%

R = 35.94%
G = 28.12%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E1B0E1 (or 0xE1B0E1) is known color: French Lilac. HEX triplet: E1, B0 and E1. RGB value is (225,176,225). Sum of RGB (Red+Green+Blue) = 225+176+225=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0E1 is #1E4F1E. Grayscale: #C4C4C4. Windows color (decimal): -1986335 or 14790881. OLE color: 14790881.

HSL color Cylindrical-coordinate representation of color #E1B0E1: hue angle of 300º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0E1 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 225 -
CMYK 0 0.22 0 0.12
HSL 300º 0.45% 0.79% -
HSV(B) 300º 0.22% 0.88% -
XYZ 60.17 52.49 78.2 -
YUV 196.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 225 176 225 0 0.22 0 0.12 300 0.45 0.79
Hex E1 B0 E1 0 16 0 C 12C 2D 4F
Octal 341 260 341 0 26 0 14 454 55 117
Binary 11100001 10110000 11100001 0 10110 0 1100 100101100 101101 1001111

Color Harmonies of #E1B0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0E1

Black with #E1B0E1

Text Example


Text Example

White with #E1B0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0E1; }

 p { color: rgb(225,176,225); }

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

background-color css

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

 a { background-color: rgb(225,176,225); }

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

border-color css

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

 span { border-color: rgb(225,176,225); }

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