#EAAFE8

Color #EAAFE8 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EAAFE8

Tints of French Lilac #EAAFE8

Color information

#EAAFE8 (or 0xEAAFE8) is unknown color: approx 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

RGB234175232-
CMYK00.250.010.08
HSL302.03º58.42%80.2%-
HSV(B)302.03º25.21%91.76%-
XYZ63.8353.9883.4-
YUV199.14146.55152.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=36.51%
G=27.30%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417523200.250.010.08302.0358.4280.2
HexEAAFE80191812e3a50
Octal35225735003111045672120
Binary111010101010111111101000011001110001001011101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>