Html Css Color HEX #EAAAE2 French Lilac

📋 copy color: '#EAAAE2'

red 234 ◦ green 170 ◦ blue 226

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

Shades of French Lilac #EAAAE2

Tints of French Lilac #EAAAE2

RGB

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

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

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

R = 37.14%
G = 26.98%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAAAE2 (or 0xEAAAE2) is known color: French Lilac. HEX triplet: EA, AA and E2. RGB value is (234,170,226). Sum of RGB (Red+Green+Blue) = 234+170+226=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE2 is #15551D. Grayscale: #C3C3C3. Windows color (decimal): -1398046 or 14854890. OLE color: 14854890.

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

Color convert

RGB 234 170 226 -
CMYK 0 0.27 0.03 0.08
HSL 307.5º 0.6% 0.79% -
HSV(B) 307.5º 0.27% 0.92% -
XYZ 62.03 51.73 78.67 -
YUV 195.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 234 170 226 0 0.27 0.03 0.08 307.5 0.6 0.79
Hex EA AA E2 0 1B 3 8 134 3C 4F
Octal 352 252 342 0 33 3 10 464 74 117
Binary 11101010 10101010 11100010 0 11011 11 1000 100110100 111100 1001111

Color Harmonies of #EAAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAE2

Black with #EAAAE2

Text Example


Text Example

White with #EAAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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