#E8AFDA

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

Shades of French Lilac #E8AFDA

Tints of French Lilac #E8AFDA

Color information

#E8AFDA (or 0xE8AFDA) is unknown color: approx French Lilac. HEX triplet: E8, AF and DA. RGB value is (232,175,218). Sum of RGB (Red+Green+Blue) = 232+175+218=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFDA is #175025. Grayscale: #C4C4C4. Windows color (decimal): -1527846 or 14331880. OLE color: 14331880.

HSL color Cylindrical-coordinate representation of color #E8AFDA: hue angle of 314.74º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFDA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232175218-
CMYK00.250.060.09
HSL314.74º55.34%79.8%-
HSV(B)314.74º24.57%90.98%-
XYZ61.2652.8873.31-
YUV196.94139.88153-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=37.12%
G=28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217521800.250.060.09314.7455.3479.8
HexE8AFDA0196913b3750
Octal35025733203161147367120
Binary11101000101011111101101001100111010011001110111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFDA; }

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

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

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

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

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

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

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

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