Html Css Color HEX #EAAFE8 French Lilac

📋 copy color: '#EAAFE8'

red 234 ◦ green 175 ◦ blue 232

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

Shades of French Lilac #EAAFE8

Tints of French Lilac #EAAFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 36.51%
G = 27.3%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAAFE8 (or 0xEAAFE8) is known color: French Lilac. HEX triplet: EA, AF and E8. RGB value is (234,175,232). Sum of RGB (Red+Green+Blue) = 234+175+232=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFE8 is #155017. Grayscale: #C6C6C6. Windows color (decimal): -1396760 or 15249386. OLE color: 15249386.

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

Color convert

RGB 234 175 232 -
CMYK 0 0.25 0.01 0.08
HSL 302.03º 0.58% 0.8% -
HSV(B) 302.03º 0.25% 0.92% -
XYZ 63.83 53.98 83.4 -
YUV 199.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 234 175 232 0 0.25 0.01 0.08 302.03 0.58 0.8
Hex EA AF E8 0 19 1 8 12E 3A 50
Octal 352 257 350 0 31 1 10 456 72 120
Binary 11101010 10101111 11101000 0 11001 1 1000 100101110 111010 1010000

Color Harmonies of #EAAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFE8

Black with #EAAFE8

Text Example


Text Example

White with #EAAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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