#EAB0E2

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

Shades of French Lilac #EAB0E2

Tints of French Lilac #EAB0E2

Color information

#EAB0E2 (or 0xEAB0E2) is unknown color: approx French Lilac. HEX triplet: EA, B0 and E2. RGB value is (234,176,226). Sum of RGB (Red+Green+Blue) = 234+176+226=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0E2 is #154F1D. Grayscale: #C6C6C6. Windows color (decimal): -1396510 or 14856426. OLE color: 14856426.

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

Color convert

RGB234176226-
CMYK00.250.030.08
HSL308.28º58%80.39%-
HSV(B)308.28º24.79%91.76%-
XYZ63.1854.0379.05-
YUV199.04143.22152.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=36.79%
G=27.67%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417622600.250.030.08308.285880.39
HexEAB0E2019381343a50
Octal35226034203131046472120
Binary1110101010110000111000100110011110001001101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0E2; }

 p { color: rgb(234,176,226); }

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

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

 a { background-color: rgb(234,176,226); }

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

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

 span { border-color: rgb(234,176,226); }

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