#EAAFE2

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

Shades of French Lilac #EAAFE2

Tints of French Lilac #EAAFE2

Color information

#EAAFE2 (or 0xEAAFE2) is unknown color: approx French Lilac. HEX triplet: EA, AF and E2. RGB value is (234,175,226). Sum of RGB (Red+Green+Blue) = 234+175+226=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE2 is #15501D. Grayscale: #C6C6C6. Windows color (decimal): -1396766 or 14856170. OLE color: 14856170.

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

Color convert

RGB234175226-
CMYK00.250.030.08
HSL308.14º58.42%80.2%-
HSV(B)308.14º25.21%91.76%-
XYZ62.9953.6478.99-
YUV198.46143.55153.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=36.85%
G=27.56%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417522600.250.030.08308.1458.4280.2
HexEAAFE2019381343a50
Octal35225734203131046472120
Binary1110101010101111111000100110011110001001101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFE2; }

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

 H1.HeaderClassName
 {
   color: #EAAFE2;
 }
 .AnyTagClassName
 {
   color: #EAAFE2;
 }
</style>
background-color css

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

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

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

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

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

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