#EAAFE3

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

Shades of French Lilac #EAAFE3

Tints of French Lilac #EAAFE3

Color information

#EAAFE3 (or 0xEAAFE3) is unknown color: approx French Lilac. HEX triplet: EA, AF and E3. RGB value is (234,175,227). Sum of RGB (Red+Green+Blue) = 234+175+227=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE3 is #15501C. Grayscale: #C6C6C6. Windows color (decimal): -1396765 or 14921706. OLE color: 14921706.

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

Color convert

RGB234175227-
CMYK00.250.030.08
HSL307.12º58.42%80.2%-
HSV(B)307.12º25.21%91.76%-
XYZ63.1353.779.71-
YUV198.57144.05153.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=36.79%
G=27.52%
B=35.69%

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
Decimal23417522700.250.030.08307.1258.4280.2
HexEAAFE3019381333a50
Octal35225734303131046372120
Binary1110101010101111111000110110011110001001100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFE3; }

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

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

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

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

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

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

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

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