Html Css Color HEX #E1AED1 French Lilac

📋 copy color: '#E1AED1'

red 225 ◦ green 174 ◦ blue 209

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

Shades of French Lilac #E1AED1

Tints of French Lilac #E1AED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.62%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 37.01%
G = 28.62%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1AED1 (or 0xE1AED1) is known color: French Lilac. HEX triplet: E1, AE and D1. RGB value is (225,174,209). Sum of RGB (Red+Green+Blue) = 225+174+209=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AED1 is #1E512E. Grayscale: #C1C1C1. Windows color (decimal): -1986863 or 13741793. OLE color: 13741793.

HSL color Cylindrical-coordinate representation of color #E1AED1: hue angle of 318.82º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AED1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 209 -
CMYK 0 0.23 0.07 0.12
HSL 318.82º 0.46% 0.78% -
HSV(B) 318.82º 0.23% 0.88% -
XYZ 57.7 50.88 67.1 -
YUV 193.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 225 174 209 0 0.23 0.07 0.12 318.82 0.46 0.78
Hex E1 AE D1 0 17 7 C 13F 2E 4E
Octal 341 256 321 0 27 7 14 477 56 116
Binary 11100001 10101110 11010001 0 10111 111 1100 100111111 101110 1001110

Color Harmonies of #E1AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AED1

Black with #E1AED1

Text Example


Text Example

White with #E1AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AED1; }

 p { color: rgb(225,174,209); }

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

background-color css

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

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

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

border-color css

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

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

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