#E8AFD5

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

Shades of French Lilac #E8AFD5

Tints of French Lilac #E8AFD5

Color information

#E8AFD5 (or 0xE8AFD5) is unknown color: approx French Lilac. HEX triplet: E8, AF and D5. RGB value is (232,175,213). Sum of RGB (Red+Green+Blue) = 232+175+213=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFD5 is #17502A. Grayscale: #C4C4C4. Windows color (decimal): -1527851 or 14004200. OLE color: 14004200.

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

Color convert

RGB232175213-
CMYK00.250.080.09
HSL320º55.34%79.8%-
HSV(B)320º24.57%90.98%-
XYZ60.6252.6269.91-
YUV196.38137.38153.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=37.42%
G=28.23%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217521300.250.080.0932055.3479.8
HexE8AFD5019891403750
Octal350257325031101150067120
Binary111010001010111111010101011001100010011010000001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFD5; }

 p { color: rgb(232,175,213); }

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

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

 a { background-color: rgb(232,175,213); }

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

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

 span { border-color: rgb(232,175,213); }

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