Html Css Color HEX #EAAFE5 French Lilac

📋 copy color: '#EAAFE5'

red 234 ◦ green 175 ◦ blue 229

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

Shades of French Lilac #EAAFE5

Tints of French Lilac #EAAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 36.68%
G = 27.43%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAAFE5 (or 0xEAAFE5) is known color: French Lilac. HEX triplet: EA, AF and E5. RGB value is (234,175,229). Sum of RGB (Red+Green+Blue) = 234+175+229=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE5 is #15501A. Grayscale: #C6C6C6. Windows color (decimal): -1396763 or 15052778. OLE color: 15052778.

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

Color convert

RGB 234 175 229 -
CMYK 0 0.25 0.02 0.08
HSL 305.08º 0.58% 0.8% -
HSV(B) 305.08º 0.25% 0.92% -
XYZ 63.4 53.81 81.17 -
YUV 198.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 234 175 229 0 0.25 0.02 0.08 305.08 0.58 0.8
Hex EA AF E5 0 19 2 8 131 3A 50
Octal 352 257 345 0 31 2 10 461 72 120
Binary 11101010 10101111 11100101 0 11001 10 1000 100110001 111010 1010000

Color Harmonies of #EAAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFE5

Black with #EAAFE5

Text Example


Text Example

White with #EAAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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