Html Css Color HEX #E5AADA French Lilac

📋 copy color: '#E5AADA'

red 229 ◦ green 170 ◦ blue 218

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

Shades of French Lilac #E5AADA

Tints of French Lilac #E5AADA

RGB

 RED value IS 229 (89.84% from 255) = 37.12%

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

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 37.12%
G = 27.55%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5AADA (or 0xE5AADA) is known color: French Lilac. HEX triplet: E5, AA and DA. RGB value is (229,170,218). Sum of RGB (Red+Green+Blue) = 229+170+218=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADA is #1A5525. Grayscale: #C0C0C0. Windows color (decimal): -1725734 or 14330597. OLE color: 14330597.

HSL color Cylindrical-coordinate representation of color #E5AADA: hue angle of 311.19º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AADA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 218 -
CMYK 0 0.26 0.05 0.10
HSL 311.19º 0.53% 0.78% -
HSV(B) 311.19º 0.26% 0.9% -
XYZ 59.34 50.47 72.94 -
YUV 193.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 229 170 218 0 0.26 0.05 0.10 311.19 0.53 0.78
Hex E5 AA DA 0 1A 5 A 137 35 4E
Octal 345 252 332 0 32 5 12 467 65 116
Binary 11100101 10101010 11011010 0 11010 101 1010 100110111 110101 1001110

Color Harmonies of #E5AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AADA

Black with #E5AADA

Text Example


Text Example

White with #E5AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AADA; }

 p { color: rgb(229,170,218); }

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

background-color css

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

 a { background-color: rgb(229,170,218); }

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

border-color css

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

 span { border-color: rgb(229,170,218); }

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