Html Css Color HEX #EAAEE4 French Lilac

📋 copy color: '#EAAEE4'

red 234 ◦ green 174 ◦ blue 228

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

Shades of French Lilac #EAAEE4

Tints of French Lilac #EAAEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.85%

R = 36.79%
G = 27.36%
B = 35.85%

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

#EAAEE4 (or 0xEAAEE4) is known color: French Lilac. HEX triplet: EA, AE and E4. RGB value is (234,174,228). Sum of RGB (Red+Green+Blue) = 234+174+228=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE4 is #15511B. Grayscale: #C5C5C5. Windows color (decimal): -1397020 or 14986986. OLE color: 14986986.

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

Color convert

RGB 234 174 228 -
CMYK 0 0.26 0.03 0.08
HSL 306º 0.59% 0.8% -
HSV(B) 306º 0.26% 0.92% -
XYZ 63.07 53.37 80.38 -
YUV 198.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 234 174 228 0 0.26 0.03 0.08 306 0.59 0.8
Hex EA AE E4 0 1A 3 8 132 3B 50
Octal 352 256 344 0 32 3 10 462 73 120
Binary 11101010 10101110 11100100 0 11010 11 1000 100110010 111011 1010000

Color Harmonies of #EAAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEE4

Black with #EAAEE4

Text Example


Text Example

White with #EAAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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