Html Css Color HEX #EAB9E2 French Lilac

📋 copy color: '#EAB9E2'

red 234 ◦ green 185 ◦ blue 226

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

Shades of French Lilac #EAB9E2

Tints of French Lilac #EAB9E2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.68%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 36.28%
G = 28.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAB9E2 (or 0xEAB9E2) is known color: French Lilac. HEX triplet: EA, B9 and E2. RGB value is (234,185,226). Sum of RGB (Red+Green+Blue) = 234+185+226=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9E2 is #15461D. Grayscale: #CCCCCC. Windows color (decimal): -1394206 or 14858730. OLE color: 14858730.

HSL color Cylindrical-coordinate representation of color #EAB9E2: hue angle of 309.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9E2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 226 -
CMYK 0 0.21 0.03 0.08
HSL 309.8º 0.54% 0.82% -
HSV(B) 309.8º 0.21% 0.92% -
XYZ 65.01 57.68 79.66 -
YUV 204.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 234 185 226 0 0.21 0.03 0.08 309.8 0.54 0.82
Hex EA B9 E2 0 15 3 8 136 36 52
Octal 352 271 342 0 25 3 10 466 66 122
Binary 11101010 10111001 11100010 0 10101 11 1000 100110110 110110 1010010

Color Harmonies of #EAB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9E2

Black with #EAB9E2

Text Example


Text Example

White with #EAB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9E2; }

 p { color: rgb(234,185,226); }

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

background-color css

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

 a { background-color: rgb(234,185,226); }

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

border-color css

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

 span { border-color: rgb(234,185,226); }

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