#E4A9CF

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

Shades of French Lilac #E4A9CF

Tints of French Lilac #E4A9CF

Color information

#E4A9CF (or 0xE4A9CF) is unknown color: approx French Lilac. HEX triplet: E4, A9 and CF. RGB value is (228,169,207). Sum of RGB (Red+Green+Blue) = 228+169+207=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A9CF is #1B5630. Grayscale: #BEBEBE. Windows color (decimal): -1791537 or 13609444. OLE color: 13609444.

HSL color Cylindrical-coordinate representation of color #E4A9CF: hue angle of 321.36º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4A9CF is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB228169207-
CMYK00.260.090.11
HSL321.36º52.21%77.84%-
HSV(B)321.36º25.88%89.41%-
XYZ57.4549.3765.53-
YUV190.97137.05154.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=37.75%
G=27.98%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816920700.260.090.11321.3652.2177.84
HexE4A9CF01A9B141344e
Octal344251317032111350164116
Binary111001001010100111001111011010100110111010000011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A9CF; }

 p { color: rgb(228,169,207); }

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

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

 a { background-color: rgb(228,169,207); }

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

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

 span { border-color: rgb(228,169,207); }

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