Html Css Color HEX #EAAAE1 French Lilac

📋 copy color: '#EAAAE1'

red 234 ◦ green 170 ◦ blue 225

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

Shades of French Lilac #EAAAE1

Tints of French Lilac #EAAAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.77%

R = 37.2%
G = 27.03%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAAAE1 (or 0xEAAAE1) is known color: French Lilac. HEX triplet: EA, AA and E1. RGB value is (234,170,225). Sum of RGB (Red+Green+Blue) = 234+170+225=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE1 is #15551E. Grayscale: #C3C3C3. Windows color (decimal): -1398047 or 14789354. OLE color: 14789354.

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

Color convert

RGB 234 170 225 -
CMYK 0 0.27 0.04 0.08
HSL 308.44º 0.6% 0.79% -
HSV(B) 308.44º 0.27% 0.92% -
XYZ 61.9 51.68 77.95 -
YUV 195.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 234 170 225 0 0.27 0.04 0.08 308.44 0.6 0.79
Hex EA AA E1 0 1B 4 8 134 3C 4F
Octal 352 252 341 0 33 4 10 464 74 117
Binary 11101010 10101010 11100001 0 11011 100 1000 100110100 111100 1001111

Color Harmonies of #EAAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAE1

Black with #EAAAE1

Text Example


Text Example

White with #EAAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAE1; }

 p { color: rgb(234,170,225); }

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

background-color css

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

 a { background-color: rgb(234,170,225); }

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

border-color css

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

 span { border-color: rgb(234,170,225); }

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