#E5AFDF

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

Shades of French Lilac #E5AFDF

Tints of French Lilac #E5AFDF

Color information

#E5AFDF (or 0xE5AFDF) is unknown color: approx French Lilac. HEX triplet: E5, AF and DF. RGB value is (229,175,223). Sum of RGB (Red+Green+Blue) = 229+175+223=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFDF is #1A5020. Grayscale: #C4C4C4. Windows color (decimal): -1724449 or 14659557. OLE color: 14659557.

HSL color Cylindrical-coordinate representation of color #E5AFDF: hue angle of 306.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFDF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229175223-
CMYK00.240.030.10
HSL306.67º50.94%79.22%-
HSV(B)306.67º23.58%89.8%-
XYZ60.9652.6576.76-
YUV196.62142.89151.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=36.52%
G=27.91%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917522300.240.030.10306.6750.9479.22
HexE5AFDF0183A133334f
Octal34525733703031246363117
Binary1110010110101111110111110110001110101001100111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFDF; }

 p { color: rgb(229,175,223); }

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

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

 a { background-color: rgb(229,175,223); }

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

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

 span { border-color: rgb(229,175,223); }

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