#EFB2EA

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

Shades of French Lilac #EFB2EA

Tints of French Lilac #EFB2EA

Color information

#EFB2EA (or 0xEFB2EA) is unknown color: approx French Lilac. HEX triplet: EF, B2 and EA. RGB value is (239,178,234). Sum of RGB (Red+Green+Blue) = 239+178+234=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EA is #104D15. Grayscale: #CACACA. Windows color (decimal): -1068310 or 15381231. OLE color: 15381231.

HSL color Cylindrical-coordinate representation of color #EFB2EA: hue angle of 304.92º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2EA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239178234-
CMYK00.260.020.06
HSL304.92º65.59%81.76%-
HSV(B)304.92º25.52%93.73%-
XYZ66.3756.1385.18-
YUV202.62145.71153.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=36.71%
G=27.34%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917823400.260.020.06304.9265.5981.76
HexEFB2EA01A261314252
Octal35726235203226461102122
Binary1110111110110010111010100110101011010011000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2EA; }

 p { color: rgb(239,178,234); }

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

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

 a { background-color: rgb(239,178,234); }

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

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

 span { border-color: rgb(239,178,234); }

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