Html Css Color HEX #EAA9D9 French Lilac

📋 copy color: '#EAA9D9'

red 234 ◦ green 169 ◦ blue 217

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

Shades of French Lilac #EAA9D9

Tints of French Lilac #EAA9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35%

R = 37.74%
G = 27.26%
B = 35%

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

#EAA9D9 (or 0xEAA9D9) is known color: French Lilac. HEX triplet: EA, A9 and D9. RGB value is (234,169,217). Sum of RGB (Red+Green+Blue) = 234+169+217=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D9 is #155626. Grayscale: #C1C1C1. Windows color (decimal): -1398311 or 14264810. OLE color: 14264810.

HSL color Cylindrical-coordinate representation of color #EAA9D9: hue angle of 315.69º 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 #EAA9D9 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 217 -
CMYK 0 0.28 0.07 0.08
HSL 315.69º 0.61% 0.79% -
HSV(B) 315.69º 0.28% 0.92% -
XYZ 60.64 50.88 72.27 -
YUV 193.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 234 169 217 0 0.28 0.07 0.08 315.69 0.61 0.79
Hex EA A9 D9 0 1C 7 8 13C 3D 4F
Octal 352 251 331 0 34 7 10 474 75 117
Binary 11101010 10101001 11011001 0 11100 111 1000 100111100 111101 1001111

Color Harmonies of #EAA9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9D9

Black with #EAA9D9

Text Example


Text Example

White with #EAA9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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