Html Css Color HEX #EAAFE4 French Lilac

📋 copy color: '#EAAFE4'

red 234 ◦ green 175 ◦ blue 228

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

Shades of French Lilac #EAAFE4

Tints of French Lilac #EAAFE4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.47%

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

R = 36.73%
G = 27.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAAFE4 (or 0xEAAFE4) is known color: French Lilac. HEX triplet: EA, AF and E4. RGB value is (234,175,228). Sum of RGB (Red+Green+Blue) = 234+175+228=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE4 is #15501B. Grayscale: #C6C6C6. Windows color (decimal): -1396764 or 14987242. OLE color: 14987242.

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

Color convert

RGB 234 175 228 -
CMYK 0 0.25 0.03 0.08
HSL 306.1º 0.58% 0.8% -
HSV(B) 306.1º 0.25% 0.92% -
XYZ 63.27 53.75 80.44 -
YUV 198.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 234 175 228 0 0.25 0.03 0.08 306.1 0.58 0.8
Hex EA AF E4 0 19 3 8 132 3A 50
Octal 352 257 344 0 31 3 10 462 72 120
Binary 11101010 10101111 11100100 0 11001 11 1000 100110010 111010 1010000

Color Harmonies of #EAAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFE4

Black with #EAAFE4

Text Example


Text Example

White with #EAAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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