#E7A6D8

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

Shades of French Lilac #E7A6D8

Tints of French Lilac #E7A6D8

Color information

#E7A6D8 (or 0xE7A6D8) is unknown color: approx French Lilac. HEX triplet: E7, A6 and D8. RGB value is (231,166,216). Sum of RGB (Red+Green+Blue) = 231+166+216=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6D8 is #185927. Grayscale: #BFBFBF. Windows color (decimal): -1595688 or 14198503. OLE color: 14198503.

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

Color convert

RGB231166216-
CMYK00.280.060.09
HSL313.85º57.52%77.84%-
HSV(B)313.85º28.14%90.59%-
XYZ58.9949.2271.36-
YUV191.14142.03156.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=37.68%
G=27.08%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116621600.280.060.09313.8557.5277.84
HexE7A6D801C6913a3a4e
Octal34724633003461147272116
Binary11100111101001101101100001110011010011001110101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A6D8; }

 p { color: rgb(231,166,216); }

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

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

 a { background-color: rgb(231,166,216); }

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

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

 span { border-color: rgb(231,166,216); }

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