#E1A8CE

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

Shades of French Lilac #E1A8CE

Tints of French Lilac #E1A8CE

Color information

#E1A8CE (or 0xE1A8CE) is unknown color: approx French Lilac. HEX triplet: E1, A8 and CE. RGB value is (225,168,206). Sum of RGB (Red+Green+Blue) = 225+168+206=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CE is #1E5731. Grayscale: #BDBDBD. Windows color (decimal): -1988402 or 13543649. OLE color: 13543649.

HSL color Cylindrical-coordinate representation of color #E1A8CE: hue angle of 320º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CE is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225168206-
CMYK00.250.080.12
HSL320º48.72%77.06%-
HSV(B)320º25.33%88.24%-
XYZ56.1948.4764.79-
YUV189.38137.38153.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=37.56%
G=28.05%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516820600.250.080.1232048.7277.06
HexE1A8CE0198C140314d
Octal341250316031101450061115
Binary111000011010100011001110011001100011001010000001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8CE; }

 p { color: rgb(225,168,206); }

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

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

 a { background-color: rgb(225,168,206); }

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

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

 span { border-color: rgb(225,168,206); }

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