Html Css Color HEX #EAA9DA French Lilac

📋 copy color: '#EAA9DA'

red 234 ◦ green 169 ◦ blue 218

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

Shades of French Lilac #EAA9DA

Tints of French Lilac #EAA9DA

RGB

 RED value IS 234 (91.8% from 255) = 37.68%

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

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

R = 37.68%
G = 27.21%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAA9DA (or 0xEAA9DA) is known color: French Lilac. HEX triplet: EA, A9 and DA. RGB value is (234,169,218). Sum of RGB (Red+Green+Blue) = 234+169+218=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9DA is #155625. Grayscale: #C1C1C1. Windows color (decimal): -1398310 or 14330346. OLE color: 14330346.

HSL color Cylindrical-coordinate representation of color #EAA9DA: hue angle of 314.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9DA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 218 -
CMYK 0 0.28 0.07 0.08
HSL 314.77º 0.61% 0.79% -
HSV(B) 314.77º 0.28% 0.92% -
XYZ 60.77 50.93 72.96 -
YUV 194.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 234 169 218 0 0.28 0.07 0.08 314.77 0.61 0.79
Hex EA A9 DA 0 1C 7 8 13B 3D 4F
Octal 352 251 332 0 34 7 10 473 75 117
Binary 11101010 10101001 11011010 0 11100 111 1000 100111011 111101 1001111

Color Harmonies of #EAA9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9DA

Black with #EAA9DA

Text Example


Text Example

White with #EAA9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9DA; }

 p { color: rgb(234,169,218); }

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

background-color css

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

 a { background-color: rgb(234,169,218); }

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

border-color css

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

 span { border-color: rgb(234,169,218); }

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