#EEB0EA

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

Shades of French Lilac #EEB0EA

Tints of French Lilac #EEB0EA

Color information

#EEB0EA (or 0xEEB0EA) is unknown color: approx French Lilac. HEX triplet: EE, B0 and EA. RGB value is (238,176,234). Sum of RGB (Red+Green+Blue) = 238+176+234=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0EA is #114F15. Grayscale: #C8C8C8. Windows color (decimal): -1134358 or 15380718. OLE color: 15380718.

HSL color Cylindrical-coordinate representation of color #EEB0EA: hue angle of 303.87º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0EA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238176234-
CMYK00.260.020.07
HSL303.87º64.58%81.18%-
HSV(B)303.87º26.05%93.33%-
XYZ65.6455.1785.03-
YUV201.15146.54154.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 176 (69.14% from 255) = 27.16%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=36.73%
G=27.16%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817623400.260.020.07303.8764.5881.18
HexEEB0EA01A271304151
Octal35626035203227460101121
Binary1110111010110000111010100110101011110011000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0EA; }

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

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

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

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

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

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

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

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