#EABEE1

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

Shades of French Lilac #EABEE1

Tints of French Lilac #EABEE1

Color information

#EABEE1 (or 0xEABEE1) is unknown color: approx French Lilac. HEX triplet: EA, BE and E1. RGB value is (234,190,225). Sum of RGB (Red+Green+Blue) = 234+190+225=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE1 is #15411E. Grayscale: #CFCFCF. Windows color (decimal): -1392927 or 14794474. OLE color: 14794474.

HSL color Cylindrical-coordinate representation of color #EABEE1: hue angle of 312.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEE1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234190225-
CMYK00.190.040.08
HSL312.27º51.16%83.14%-
HSV(B)312.27º18.8%91.76%-
XYZ65.9459.7679.29-
YUV207.15138.08147.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=36.06%
G=29.28%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419022500.190.040.08312.2751.1683.14
HexEABEE1013481383353
Octal35227634102341047063123
Binary11101010101111101110000101001110010001001110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEE1; }

 p { color: rgb(234,190,225); }

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

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

 a { background-color: rgb(234,190,225); }

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

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

 span { border-color: rgb(234,190,225); }

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