Html Css Color HEX #E2AACE French Lilac

📋 copy color: '#E2AACE'

red 226 ◦ green 170 ◦ blue 206

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

Shades of French Lilac #E2AACE

Tints of French Lilac #E2AACE

RGB

 RED value IS 226 (88.67% from 255) = 37.54%

 GREEN value IS 170 (66.8% from 255) = 28.24%

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 37.54%
G = 28.24%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2AACE (or 0xE2AACE) is known color: French Lilac. HEX triplet: E2, AA and CE. RGB value is (226,170,206). Sum of RGB (Red+Green+Blue) = 226+170+206=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AACE is #1D5531. Grayscale: #BEBEBE. Windows color (decimal): -1922354 or 13544162. OLE color: 13544162.

HSL color Cylindrical-coordinate representation of color #E2AACE: hue angle of 321.43º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AACE is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 206 -
CMYK 0 0.25 0.09 0.11
HSL 321.43º 0.49% 0.78% -
HSV(B) 321.43º 0.25% 0.89% -
XYZ 56.88 49.37 64.92 -
YUV 190.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 226 170 206 0 0.25 0.09 0.11 321.43 0.49 0.78
Hex E2 AA CE 0 19 9 B 141 31 4E
Octal 342 252 316 0 31 11 13 501 61 116
Binary 11100010 10101010 11001110 0 11001 1001 1011 101000001 110001 1001110

Color Harmonies of #E2AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AACE

Black with #E2AACE

Text Example


Text Example

White with #E2AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AACE; }

 p { color: rgb(226,170,206); }

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

background-color css

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

 a { background-color: rgb(226,170,206); }

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

border-color css

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

 span { border-color: rgb(226,170,206); }

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