Html Css Color HEX #E2A9D7 French Lilac

📋 copy color: '#E2A9D7'

red 226 ◦ green 169 ◦ blue 215

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

Shades of French Lilac #E2A9D7

Tints of French Lilac #E2A9D7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.7%

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 37.05%
G = 27.7%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E2A9D7 (or 0xE2A9D7) is known color: French Lilac. HEX triplet: E2, A9 and D7. RGB value is (226,169,215). Sum of RGB (Red+Green+Blue) = 226+169+215=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A9D7 is #1D5628. Grayscale: #BFBFBF. Windows color (decimal): -1922601 or 14133730. OLE color: 14133730.

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

Color convert

RGB 226 169 215 -
CMYK 0 0.25 0.05 0.11
HSL 311.58º 0.5% 0.77% -
HSV(B) 311.58º 0.25% 0.89% -
XYZ 57.82 49.45 70.79 -
YUV 191.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 226 169 215 0 0.25 0.05 0.11 311.58 0.5 0.77
Hex E2 A9 D7 0 19 5 B 138 32 4D
Octal 342 251 327 0 31 5 13 470 62 115
Binary 11100010 10101001 11010111 0 11001 101 1011 100111000 110010 1001101

Color Harmonies of #E2A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A9D7

Black with #E2A9D7

Text Example


Text Example

White with #E2A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A9D7; }

 p { color: rgb(226,169,215); }

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

background-color css

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

 a { background-color: rgb(226,169,215); }

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

border-color css

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

 span { border-color: rgb(226,169,215); }

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