#E7AFE1

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

Shades of French Lilac #E7AFE1

Tints of French Lilac #E7AFE1

Color information

#E7AFE1 (or 0xE7AFE1) is unknown color: approx French Lilac. HEX triplet: E7, AF and E1. RGB value is (231,175,225). Sum of RGB (Red+Green+Blue) = 231+175+225=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFE1 is #18501E. Grayscale: #C5C5C5. Windows color (decimal): -1593375 or 14790631. OLE color: 14790631.

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

Color convert

RGB231175225-
CMYK00.240.030.09
HSL306.43º53.85%79.61%-
HSV(B)306.43º24.24%90.59%-
XYZ61.8853.0978.22-
YUV197.44143.55151.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=36.61%
G=27.73%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117522500.240.030.09306.4353.8579.61
HexE7AFE1018391323650
Octal34725734103031146266120
Binary1110011110101111111000010110001110011001100101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFE1; }

 p { color: rgb(231,175,225); }

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

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

 a { background-color: rgb(231,175,225); }

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

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

 span { border-color: rgb(231,175,225); }

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