Html Css Color HEX #EAAEE2 French Lilac

📋 copy color: '#EAAEE2'

red 234 ◦ green 174 ◦ blue 226

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

Shades of French Lilac #EAAEE2

Tints of French Lilac #EAAEE2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.44%

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

R = 36.91%
G = 27.44%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAAEE2 (or 0xEAAEE2) is known color: French Lilac. HEX triplet: EA, AE and E2. RGB value is (234,174,226). Sum of RGB (Red+Green+Blue) = 234+174+226=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE2 is #15511D. Grayscale: #C5C5C5. Windows color (decimal): -1397022 or 14855914. OLE color: 14855914.

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

Color convert

RGB 234 174 226 -
CMYK 0 0.26 0.03 0.08
HSL 308º 0.59% 0.8% -
HSV(B) 308º 0.26% 0.92% -
XYZ 62.8 53.26 78.92 -
YUV 197.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 234 174 226 0 0.26 0.03 0.08 308 0.59 0.8
Hex EA AE E2 0 1A 3 8 134 3B 50
Octal 352 256 342 0 32 3 10 464 73 120
Binary 11101010 10101110 11100010 0 11010 11 1000 100110100 111011 1010000

Color Harmonies of #EAAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEE2

Black with #EAAEE2

Text Example


Text Example

White with #EAAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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