#EABEE4

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

Shades of French Lilac #EABEE4

Tints of French Lilac #EABEE4

Color information

#EABEE4 (or 0xEABEE4) is unknown color: approx French Lilac. HEX triplet: EA, BE and E4. RGB value is (234,190,228). Sum of RGB (Red+Green+Blue) = 234+190+228=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE4 is #15411B. Grayscale: #CFCFCF. Windows color (decimal): -1392924 or 14991082. OLE color: 14991082.

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

Color convert

RGB234190228-
CMYK00.190.030.08
HSL308.18º51.16%83.14%-
HSV(B)308.18º18.8%91.76%-
XYZ66.3559.9281.47-
YUV207.49139.58146.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=35.89%
G=29.14%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419022800.190.030.08308.1851.1683.14
HexEABEE4013381343353
Octal35227634402331046463123
Binary1110101010111110111001000100111110001001101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEE4; }

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

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

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

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

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

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

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

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