#EABEE0

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

Shades of French Lilac #EABEE0

Tints of French Lilac #EABEE0

Color information

#EABEE0 (or 0xEABEE0) is unknown color: approx French Lilac. HEX triplet: EA, BE and E0. RGB value is (234,190,224). Sum of RGB (Red+Green+Blue) = 234+190+224=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE0 is #15411F. Grayscale: #CECECE. Windows color (decimal): -1392928 or 14728938. OLE color: 14728938.

HSL color Cylindrical-coordinate representation of color #EABEE0: hue angle of 313.64º 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 #EABEE0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234190224-
CMYK00.190.040.08
HSL313.64º51.16%83.14%-
HSV(B)313.64º18.8%91.76%-
XYZ65.859.778.58-
YUV207.03137.58147.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=36.11%
G=29.32%
B=34.57%

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
Decimal23419022400.190.040.08313.6451.1683.14
HexEABEE00134813a3353
Octal35227634002341047263123
Binary11101010101111101110000001001110010001001110101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEE0; }

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

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

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

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

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

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

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

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